CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Warning (dev) at Source/cmake/WebKitCommon.cmake:28 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  CMakeLists.txt:137 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning at Source/cmake/OptionsCommon.cmake:135 (message):
  GNU gold linker isn't available, using the default system linker.
Call Stack (most recent call first):
  Source/cmake/WebKitCommon.cmake:50 (include)
  CMakeLists.txt:137 (include)


CMake Deprecation Warning at Source/WTF/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Deprecation Warning at Source/JavaScriptCore/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Deprecation Warning at Source/WebCore/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Deprecation Warning at Source/WebKit/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument  value.  Or, use the ... syntax
  to tell CMake that the project requires at least  but has been updated
  to work with policies introduced by  or earlier.


CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS


/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1877:41: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Wvla-parameter]
 1877 |     size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size,
      |                          ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:7:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/include/brotli/decode.h:199:19: note: previously declared as a variable length array ‘const uint8_t[encoded_size]’ {aka ‘const unsigned char[encoded_size]’}
  199 |     const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)],
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1878:14: warning: argument 4 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Wvla-parameter]
 1878 |     uint8_t* decoded_buffer) {
      |     ~~~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/include/brotli/decode.h:201:13: note: previously declared as a variable length array ‘uint8_t[*decoded_size]’ {aka ‘unsigned char[*decoded_size]’}
  201 |     uint8_t decoded_buffer[BROTLI_ARRAY_PARAM(*decoded_size)]);
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘BrotliDecoderDecompressStream’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2030:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2030 |         s->state = BROTLI_STATE_METABLOCK_BEGIN;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2032:7: note: here
 2032 |       case BROTLI_STATE_METABLOCK_BEGIN:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2035:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2035 |         s->state = BROTLI_STATE_METABLOCK_HEADER;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2037:7: note: here
 2037 |       case BROTLI_STATE_METABLOCK_HEADER:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2106:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2106 |         s->state = BROTLI_STATE_HUFFMAN_CODE_1;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2108:7: note: here
 2108 |       case BROTLI_STATE_HUFFMAN_CODE_1: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2113:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2113 |         s->state = BROTLI_STATE_HUFFMAN_CODE_2;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2116:7: note: here
 2116 |       case BROTLI_STATE_HUFFMAN_CODE_2: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2121:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2121 |         s->state = BROTLI_STATE_HUFFMAN_CODE_3;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2124:7: note: here
 2124 |       case BROTLI_STATE_HUFFMAN_CODE_3: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2136:45: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2136 |       case BROTLI_STATE_METABLOCK_HEADER_2: {
      |                                             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2159:7: note: here
 2159 |       case BROTLI_STATE_CONTEXT_MODES:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2164:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2164 |         s->state = BROTLI_STATE_CONTEXT_MAP_1;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2166:7: note: here
 2166 |       case BROTLI_STATE_CONTEXT_MAP_1:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2174:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2174 |         s->state = BROTLI_STATE_CONTEXT_MAP_2;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2176:7: note: here
 2176 |       case BROTLI_STATE_CONTEXT_MAP_2:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2202:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2202 |         s->state = BROTLI_STATE_TREE_GROUP;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2204:7: note: here
 2204 |       case BROTLI_STATE_TREE_GROUP:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2298:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2298 |         s->state = BROTLI_STATE_DONE;
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:2300:7: note: here
 2300 |       case BROTLI_STATE_DONE:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeMetaBlockLength’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:208:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  208 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_EMPTY;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:211:7: note: here
  211 |       case BROTLI_STATE_METABLOCK_HEADER_EMPTY:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:219:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  219 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NIBBLES;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:222:7: note: here
  222 |       case BROTLI_STATE_METABLOCK_HEADER_NIBBLES:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:233:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  233 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_SIZE;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:236:7: note: here
  236 |       case BROTLI_STATE_METABLOCK_HEADER_SIZE:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:248:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  248 |         s->substate_metablock_header =
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  249 |             BROTLI_STATE_METABLOCK_HEADER_UNCOMPRESSED;
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:252:7: note: here
  252 |       case BROTLI_STATE_METABLOCK_HEADER_UNCOMPRESSED:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:270:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  270 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_BYTES;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:273:7: note: here
  273 |       case BROTLI_STATE_METABLOCK_HEADER_BYTES:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:282:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
  282 |         s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_METADATA;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:285:7: note: here
  285 |       case BROTLI_STATE_METABLOCK_HEADER_METADATA:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘CopyUncompressedBlockToOutput’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1322:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1322 |         s->substate_uncompressed = BROTLI_STATE_UNCOMPRESSED_WRITE;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1325:7: note: here
 1325 |       case BROTLI_STATE_UNCOMPRESSED_WRITE: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeVarLenUint8’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:154:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
  154 |       if (bits == 0) {
      |          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:160:5: note: here
  160 |     case BROTLI_STATE_DECODE_UINT8_SHORT:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:171:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
  171 |       *value = bits;
      |       ~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:174:5: note: here
  174 |     case BROTLI_STATE_DECODE_UINT8_LONG:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘ReadHuffmanCode’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:718:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
  718 |         if (s->sub_loop_counter != 1) {
      |            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:730:7: note: here
  730 |       case BROTLI_STATE_HUFFMAN_SIMPLE_SIZE:
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:736:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
  736 |         s->sub_loop_counter = 0;
      |         ~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:738:7: note: here
  738 |       case BROTLI_STATE_HUFFMAN_SIMPLE_READ: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:738:46: warning: this statement may fall through [-Wimplicit-fallthrough=]
  738 |       case BROTLI_STATE_HUFFMAN_SIMPLE_READ: {
      |                                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:746:7: note: here
  746 |       case BROTLI_STATE_HUFFMAN_SIMPLE_BUILD: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:787:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
  787 |         s->substate_huffman = BROTLI_STATE_HUFFMAN_LENGTH_SYMBOLS;
      |         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:790:7: note: here
  790 |       case BROTLI_STATE_HUFFMAN_LENGTH_SYMBOLS: {
      |       ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeContextMap’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:964:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
  964 |       s->substate_context_map = BROTLI_STATE_CONTEXT_MAP_READ_PREFIX;
      |       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:966:5: note: here
  966 |     case BROTLI_STATE_CONTEXT_MAP_READ_PREFIX: {
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:966:48: warning: this statement may fall through [-Wimplicit-fallthrough=]
  966 |     case BROTLI_STATE_CONTEXT_MAP_READ_PREFIX: {
      |                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:984:5: note: here
  984 |     case BROTLI_STATE_CONTEXT_MAP_HUFFMAN:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:989:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
  989 |       s->substate_context_map = BROTLI_STATE_CONTEXT_MAP_DECODE;
      |       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:991:5: note: here
  991 |     case BROTLI_STATE_CONTEXT_MAP_DECODE: {
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:991:43: warning: this statement may fall through [-Wimplicit-fallthrough=]
  991 |     case BROTLI_STATE_CONTEXT_MAP_DECODE: {
      |                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:1039:5: note: here
 1039 |     case BROTLI_STATE_CONTEXT_MAP_TRANSFORM: {
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Assertions.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DataLog.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.cpp:73:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/dtoa.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DecimalNumber.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DecimalNumber.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = long unsigned int; T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:199:20:   required from here
  199 |     checkedSize *= numElements;
      |                    ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = long unsigned int; T = long unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:247:20:   required from here
  247 |     checkedSize *= numElements;
      |                    ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/GregorianDateTime.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/ParallelHelperPool.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/ParkingLot.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PrintStream.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WordLock.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WorkQueue.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/dtoa.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/dtoa.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringTable.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringTable.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringTable.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/Base64.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/Base64.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuffer.h:44:90:   required from ‘WTF::StringBuffer::StringBuffer(unsigned int) [with CharType = unsigned char]’
   44 |         , m_data(m_length ? static_cast(fastMalloc((Checked(m_length) * sizeof(CharType)).unsafeGet())) : nullptr)
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:817:28:   required from ‘WTF::Ref WTF::StringImpl::removeCharacters(const CharType*, WTF::CharacterMatchFunctionPtr) [with CharType = unsigned char; WTF::CharacterMatchFunctionPtr = bool (*)(char16_t)]’
  817 |     StringBuffer data(m_length);
      |                            ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:841:32:   required from here
  841 |         return removeCharacters(characters8(), findMatch);
      |                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringStatics.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/SymbolRegistry.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/SymbolRegistry.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/unicode/icu/CollatorICU.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/ThreadingPthreads.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/qt/StringQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSCallbackObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSCallbackObject.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSCallbackConstructor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSCallbackConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSCallbackFunction.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSCallbackFunction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSBase.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSCTestRunnerUtils.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/OpaqueJSString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSClassRef.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSClassRef.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSContextRef.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSObjectRef.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSProfilerPrivate.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSScriptRef.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSScriptRef.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = ProgramNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSScriptRef.cpp:77:42:   required from here
   77 |     return !!JSC::parse(
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
   78 |         vm, source, Identifier(), JSParserBuiltinMode::NotBuiltin,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |         JSParserStrictMode::NotStrict, SourceParseMode::ProgramMode, SuperBinding::NotNeeded,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   80 |         error);
      |         ~~~~~~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/OpaqueJSString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSStringRef.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSWeakObjectMapRefPrivate.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSValueRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/OpaqueJSString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/OpaqueJSString.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/LinkBuffer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirAllocateStack.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirArg.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallSpecial.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallingConvention.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallingConvention.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirArg.cpp: In member function ‘bool JSC::B3::Air::Arg::isRepresentableAs(Width, Signedness) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirArg.cpp:62:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
   62 |         switch (width) {
      |         ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirArg.cpp:72:5: note: here
   72 |     case Unsigned:
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallingConvention.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCustom.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCustom.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirEliminateDeadCode.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCustom.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirEmitShuffle.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirEmitShuffle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirFixObviousSpills.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirFixPartialRegisterStalls.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirGenerate.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInstInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/AirOpcodeGenerated.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirGenerated.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirHandleCalleeSaves.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInsertionSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirIteratedRegisterCoalescing.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirLogRegisterPressure.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallingConvention.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirLowerAfterRegAlloc.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirLowerAfterRegAlloc.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallingConvention.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirLowerMacros.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBlockWorklist.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirOptimizeBlockOrder.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirLowerMacros.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirPhaseScope.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirReportUsedRegisters.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSimplifyCFG.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpecial.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpillEverything.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirTmpWidth.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirValidate.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3BasicBlock.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3BreakCriticalEdges.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckSpecial.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Common.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Common.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Compilation.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Const32Value.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Const64Value.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstDoubleValue.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstFloatValue.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3DuplicateTails.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3EliminateCommonSubexpressions.cpp:43:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3FixSSA.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3FoldPathConstants.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3EliminateCommonSubexpressions.cpp:46:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Generate.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3LegalizeMemoryOffsets.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3InsertionSet.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3LowerMacros.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3LowerToAir.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3MathExtras.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3LowerToAir.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3MoveConstants.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointSpecial.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointValue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PhaseScope.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PhiChildren.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirBasicBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Procedure.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Procedure.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ReduceDoubleToFloat.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ReduceStrength.cpp:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/ListDump.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3SSACalculator.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapGenerationParams.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapGenerationParams.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirInst.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/ListDump.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3SwitchValue.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Validate.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Value.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueKey.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptFunctionCall.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptFunctionCall.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptObject.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/builtins/BuiltinExecutables.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.cpp: In function ‘WTF::RefPtr Deprecated::jsToInspectorValue(JSC::ExecState*, JSC::JSValue, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.cpp:135:20: note: in expansion of macro ‘WTFMove’
  135 |             return WTFMove(inspectorArray);
      |                    ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.cpp:135:20: note: in expansion of macro ‘WTFMove’
  135 |             return WTFMove(inspectorArray);
      |                    ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.cpp:149:16: note: in expansion of macro ‘WTFMove’
  149 |         return WTFMove(inspectorObject);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.cpp:149:16: note: in expansion of macro ‘WTFMove’
  149 |         return WTFMove(inspectorObject);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = ProgramNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp:83:62:   required from here
   83 |     std::unique_ptr program = parse(
      |                                            ~~~~~~~~~~~~~~~~~~^
   84 |         &vm, source, Identifier(), builtinMode,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
   85 |         JSParserStrictMode::NotStrict, SourceParseMode::ProgramMode, SuperBinding::NotNeeded, error,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   86 |         &positionBeforeLastNewline, constructorKind);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/AdaptiveInferredPropertyValueWatchpointBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/AdaptiveInferredPropertyValueWatchpointBase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeBasicBlock.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeIntrinsicRegistry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeIntrinsicRegistry.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeKills.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysis.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeIntrinsicRegistry.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallVariant.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallEdge.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallEdge.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITWriteBarrier.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITWriteBarrier.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallVariant.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallVariant.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProvider.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlockHash.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.cpp:80:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlockJettisoningWatchpoint.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeOrigin.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyConditionSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ComplexGetStatus.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ComplexGetStatus.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExitingJITType.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DFGExitProfile.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DFGExitProfile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredSourceDump.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredCompilationCallback.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredCompilationCallback.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredSourceDump.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredSourceDump.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutionCounter.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutionCounter.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExitingJITType.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExitingJITType.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITWriteBarrier.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/GetByIdStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/GetByIdStatus.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InlineCallFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InlineCallFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITWriteBarrier.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/GetByIdVariant.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/GetByIdVariant.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InlineCallFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InlineCallFrameSet.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/GetByIdVariant.cpp: In member function ‘JSC::GetByIdVariant& JSC::GetByIdVariant::operator=(const JSC::GetByIdVariant&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/GetByIdVariant.cpp:64:28: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |     m_structureSet = other.m_structureSet;
      |                            ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/JumpTable.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueProfile.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/LazyOperandValueProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/LazyOperandValueProfile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyConditionSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyConditionSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunctionInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PolymorphicAccess.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PolymorphicAccess.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PreciseJumpTargets.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PreciseJumpTargets.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PropertyCondition.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredType.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdFlags.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITWriteBarrier.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdStatus.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyConditionSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ReduceWhitespace.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp: In member function ‘JSC::PutByIdVariant& JSC::PutByIdVariant::operator=(const JSC::PutByIdVariant&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp:44:28: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   44 |     m_oldStructure = other.m_oldStructure;
      |                            ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp: In static member function ‘static JSC::PutByIdVariant JSC::PutByIdVariant::replace(const JSC::StructureSet&, JSC::PropertyOffset, const JSC::InferredType::Descriptor&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp:61:29: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   61 |     result.m_oldStructure = structure;
      |                             ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp: In static member function ‘static JSC::PutByIdVariant JSC::PutByIdVariant::transition(const JSC::StructureSet&, JSC::Structure*, const JSC::ObjectPropertyConditionSet&, JSC::PropertyOffset, const JSC::InferredType::Descriptor&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp:74:29: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   74 |     result.m_oldStructure = oldStructure;
      |                             ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp: In static member function ‘static JSC::PutByIdVariant JSC::PutByIdVariant::setter(const JSC::StructureSet&, JSC::PropertyOffset, const JSC::ObjectPropertyConditionSet&, std::unique_ptr)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp:89:29: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   89 |     result.m_oldStructure = structure;
      |                             ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/SamplingTool.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/SpecialPointer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericArguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DirectArguments.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/SpeculatedType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubClearingWatchpoint.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubClearingWatchpoint.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TrackedReferences.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TrackedReferences.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredValue.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedInstructionStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedInstructionStream.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueProfile.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueProfile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = FunctionNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp:58:65:   required from here
   58 |     std::unique_ptr function = parse(
      |                                              ~~~~~~~~~~~~~~~~~~~^
   59 |         &vm, source, executable->name(), builtinMode, strictMode, executable->parseMode(), executable->superBinding(), error, nullptr);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VariableWriteFireDetail.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Breakpoint.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/DebuggerCallFrame.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/DebuggerScope.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/DebuggerScope.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.cpp: In member function ‘bool JSC::Debugger::hasBreakpoint(JSC::SourceID, const WTF::TextPosition&, JSC::Breakpoint*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.cpp:443:27: warning: implicitly-declared ‘JSC::Breakpoint& JSC::Breakpoint::operator=(const JSC::Breakpoint&)’ is deprecated [-Wdeprecated-copy]
  443 |         *hitBreakpoint = *breakpoint;
      |                           ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Breakpoint.h:51:5: note: because ‘JSC::Breakpoint’ has user-provided ‘JSC::Breakpoint::Breakpoint(const JSC::Breakpoint&)’
   51 |     Breakpoint(const Breakpoint& other)
      |     ^~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/DebuggerCallFrame.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/AdaptiveInferredPropertyValueWatchpointBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAdaptiveInferredPropertyValueWatchpoint.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAdaptiveInferredPropertyValueWatchpoint.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAdaptiveStructureWatchpoint.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAdaptiveStructureWatchpoint.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysisInlines.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsEliminationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArithMode.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsUtilities.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsEliminationPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArrayMode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArrayMode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAtTailAbstractState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAtTailAbstractState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArrayMode.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArrayMode.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DumpContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushFormat.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushedAt.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailability.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailability.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DumpContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushFormat.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushedAt.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailability.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailability.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBackwardsPropagationPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBackwardsPropagationPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBackwardsPropagationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockInsertionSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCFAPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCFGSimplificationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCSEPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMultiGetByOffsetData.h: In instantiation of ‘void std::__assign_one(_OutIter&, _InIter&) [with bool _IsMove = false; _OutIter = JSC::DFG::MultiGetByOffsetCase*; _InIter = const JSC::DFG::MultiGetByOffsetCase*]’:
/usr/include/c++/15.2.0/bits/stl_algobase.h:462:28:   required from ‘_OutIter std::__copy_move_a2(_InIter, _Sent, _OutIter) [with bool _IsMove = false; _InIter = const JSC::DFG::MultiGetByOffsetCase*; _Sent = const JSC::DFG::MultiGetByOffsetCase*; _OutIter = JSC::DFG::MultiGetByOffsetCase*]’
  462 |         std::__assign_one<_IsMove>(__result, __first);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_algobase.h:492:42:   required from ‘_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const JSC::DFG::MultiGetByOffsetCase*; _OI = JSC::DFG::MultiGetByOffsetCase*]’
  492 |     { return std::__copy_move_a2<_IsMove>(__first, __last, __result); }
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_algobase.h:501:31:   required from ‘_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const JSC::DFG::MultiGetByOffsetCase*; _OI = JSC::DFG::MultiGetByOffsetCase*]’
  501 |                 std::__copy_move_a1<_IsMove>(std::__niter_base(__first),
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  502 |                                              std::__niter_base(__last),
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~
  503 |                                              std::__niter_base(__result)));
      |                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/stl_algobase.h:642:7:   required from ‘_OI std::copy(_II, _II, _OI) [with _II = const JSC::DFG::MultiGetByOffsetCase*; _OI = JSC::DFG::MultiGetByOffsetCase*]’
  641 |       return std::__copy_move_a<__is_move_iterator<_II>::__value>
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  642 |              (std::__miter_base(__first), std::__miter_base(__last), __result);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:850:14:   required from ‘WTF::Vector& WTF::Vector::operator=(const WTF::Vector&) [with T = JSC::DFG::MultiGetByOffsetCase; long unsigned int inlineCapacity = 2; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’
  850 |     std::copy(other.begin(), other.begin() + size(), begin());
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:2959:23:   required from here
 2959 |         data->cases = cases;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMultiGetByOffsetData.h:114:7: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  114 | class MultiGetByOffsetCase {
      |       ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/algorithm:62,
                 from /usr/include/qt5/QtCore/qglobal.h:142,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:26:
/usr/include/c++/15.2.0/bits/stl_algobase.h:407:16: note: synthesized method ‘JSC::DFG::MultiGetByOffsetCase& JSC::DFG::MultiGetByOffsetCase::operator=(const JSC::DFG::MultiGetByOffsetCase&)’ first required here
  407 |         *__out = *__in;
      |         ~~~~~~~^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMapInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCapabilities.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCapabilities.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCleanUpPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberSet.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobbersExitState.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCombinedLiveness.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCombinedLiveness.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/AdaptiveInferredPropertyValueWatchpointBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAdaptiveInferredPropertyValueWatchpoint.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCompilationKey.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCompilationMode.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantHoistingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp: In member function ‘bool JSC::DFG::ConstantFoldingPhase::foldConstants(JSC::DFG::BasicBlock*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp:143:43: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  143 |                     set = node->structure();
      |                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp:145:46: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  145 |                     set = node->structureSet();
      |                                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMultiGetByOffsetData.h: In member function ‘JSC::DFG::MultiGetByOffsetCase& JSC::DFG::MultiGetByOffsetCase::operator=(const JSC::DFG::MultiGetByOffsetCase&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMultiGetByOffsetData.h:114:7: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  114 | class MultiGetByOffsetCase {
      |       ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp: In member function ‘bool JSC::DFG::ConstantFoldingPhase::foldConstants(JSC::DFG::BasicBlock*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp:368:59: note: synthesized method ‘JSC::DFG::MultiGetByOffsetCase& JSC::DFG::MultiGetByOffsetCase::operator=(const JSC::DFG::MultiGetByOffsetCase&)’ first required here
  368 |                         data.cases[i--] = data.cases.last();
      |                                                           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCopyBarrierOptimizationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDCEPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDCEPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCriticalEdgeBreakingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDCEPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredIdentifiers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredIdentifiers.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWeakReferences.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredTransitions.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/AdaptiveInferredPropertyValueWatchpointBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAdaptiveInferredPropertyValueWatchpoint.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWatchpoints.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWatchpoints.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDisassembler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDisassembler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoesGC.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDriver.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDriver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDisassembler.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlockWithJITType.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDisassembler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdge.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDriver.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWatchpoints.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDriver.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdge.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFinalizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFailedFinalizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFailedFinalizer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFinalizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFinalizer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DumpContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushFormat.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushedAt.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushedAt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DumpContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushFormat.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFlushFormat.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLiveCatchVariablePreservationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFunctionWhitelist.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFunctionWhitelist.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFrozenValue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFrozenValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFunctionWhitelist.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFunctionWhitelist.cpp:109:42:   required from here
  109 |     return m_entries.contains(name + '#' + hash);
      |                               ~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFunctionWhitelist.cpp:109:42:   required from here
  109 |     return m_entries.contains(name + '#' + hash);
      |                               ~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGHeapLocation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraphSafepoint.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInPlaceAbstractState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInPlaceAbstractState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGHeapLocation.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInferredTypeCheck.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInferredTypeCheck.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGIntegerCheckCombiningPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMapInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockSetInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInvalidationPointInjectionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFinalizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITFinalizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITFinalizer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITFinalizer.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJumpReplacement.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyJSValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyJSValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLICMPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLivenessAnalysisPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLivenessAnalysisPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAllocator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNodeAllocator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLongLivedState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLongLivedState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLivenessAnalysisPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLoopPreHeaderCreationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNodeAllocator.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMaximalFlushInsertionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMayExit.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedGraph.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysisInlines.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMovHintRemovalPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedNode.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DumpContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMultiGetByOffsetData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMultiGetByOffsetData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNaturalLoops.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNaturalLoops.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCombinedLiveness.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGForAllKills.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMovHintRemovalPhase.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNodeFlags.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRAvailabilityAnalysisPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRAvailabilityAnalysisPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExit.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExitingJITType.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DFGExitProfile.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitBase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitBase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitBase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler32_64.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitPreparation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitPreparation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMapInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/ListDump.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectMaterializationData.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp: In member function ‘JSC::DFG::{anonymous}::Allocation& JSC::DFG::{anonymous}::Allocation::setStructures(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp:192:24: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  192 |         m_structures = structures;
      |                        ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp: In member function ‘JSC::DFG::{anonymous}::Allocation& JSC::DFG::{anonymous}::Allocation::operator=(JSC::DFG::{anonymous}::Allocation&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp:135:7: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  135 | class Allocation {
      |       ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp: In member function ‘void JSC::DFG::{anonymous}::LocalHeap::escapeAllocation(JSC::DFG::Node*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp:647:82: note: synthesized method ‘JSC::DFG::{anonymous}::Allocation& JSC::DFG::{anonymous}::Allocation::operator=(JSC::DFG::{anonymous}::Allocation&&)’ first required here
  647 |         allocation = Allocation(unescaped.identifier(), Allocation::Kind::Escaped);
      |                                                                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp: In instantiation of ‘static void WTF::IdentityHashTranslator::translate(T&, const U&, V&&) [with T = WTF::KeyValuePair; U = JSC::DFG::Node*; V = const WTF::KeyValuePair&; HashFunctions = WTF::PtrHash]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:828:34:   required from ‘void WTF::HashTable::addUniqueForInitialization(T&&, Extra&&) [with HashTranslator = WTF::IdentityHashTranslator >; T = JSC::DFG::Node* const&; Extra = const WTF::KeyValuePair&; Key = JSC::DFG::Node*; Value = WTF::KeyValuePair; Extractor = WTF::KeyValuePairKeyExtractor >; HashFunctions = WTF::PtrHash; Traits = WTF::HashMap::KeyValuePairTraits; KeyTraits = WTF::HashTraits]’
  828 |         HashTranslator::translate(*entry, std::forward(key), std::forward(extra));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:1268:63:   required from ‘WTF::HashTable::HashTable(const WTF::HashTable&) [with Key = JSC::DFG::Node*; Value = WTF::KeyValuePair; Extractor = WTF::KeyValuePairKeyExtractor >; HashFunctions = WTF::PtrHash; Traits = WTF::HashMap::KeyValuePairTraits; KeyTraits = WTF::HashTraits]’
 1268 |             addUniqueForInitialization(Extractor::extract(otherValue), otherValue);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:36:7:   required from here
   36 | class HashMap final {
      |       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp:135:7: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  135 | class Allocation {
      |       ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashSet.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/CodeBlockSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Heap.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/DeferGC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ConcurrentJITLock.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:226:8: note: synthesized method ‘JSC::DFG::{anonymous}::Allocation& JSC::DFG::{anonymous}::Allocation::operator=(const JSC::DFG::{anonymous}::Allocation&)’ first required here
  226 | struct KeyValuePair {
      |        ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:286:121: note: synthesized method ‘WTF::KeyValuePair& WTF::KeyValuePair::operator=(const WTF::KeyValuePair&)’ first required here
  286 |         template static void translate(T& location, const U&, V&& value) { location = std::forward(value); }
      |                                                                                                                ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysisInlines.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhantomInsertionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOperations.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCombinedLiveness.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGForAllKills.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhantomInsertionPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhase.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOperations.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOperations.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOperations.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhiChildren.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhiChildren.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredIdentifiers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPrePostNumbering.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPrePostNumbering.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.cpp:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWatchpoints.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPredictionInjectionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCompile.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.cpp:87:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPureValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPureValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentPosition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h: In function ‘JSC::DFG::DoubleFormatState JSC::DFG::mergeDoubleFormatStates(DoubleFormatState, DoubleFormatState)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h:44:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
   44 |         switch (b) {
      |         ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h:52:5: note: here
   52 |     case NotUsingDoubleFormat:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h:53:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
   53 |         switch (b) {
      |         ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h:61:5: note: here
   61 |     case CantUseDoubleFormat:
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMapInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSSALoweringPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDominators.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSSACalculator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSSACalculator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSSAConversionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredIdentifiers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSafepoint.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStaticExecutionCountEstimationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStoreBarrierInsertionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractHeap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStrengthReductionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStrengthReductionPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.cpp: In member function ‘void JSC::DFG::StructureAbstractValue::filter(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.cpp:215:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  215 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.cpp:237:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
  237 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureRegistrationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGThreadData.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGThunks.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGTierUpCheckInjectionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGThunks.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGThunks.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredSourceDump.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredCompilationCallback.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLDeferredCompilationCallback.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLDeferredCompilationCallback.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLDeferredCompilationCallback.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLDeferredCompilationCallback.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredSourceDump.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredCompilationCallback.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLForOSREntryDeferredCompilationCallback.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLForOSREntryDeferredCompilationCallback.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGTransition.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLForOSREntryDeferredCompilationCallback.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLForOSREntryDeferredCompilationCallback.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGTypeCheckHoistingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGUnificationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGUseKind.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGValidate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGValidate.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGValueSource.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGValueSource.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGValidate.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVarargsForwardingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableAccessData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableAccessData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableAccessDataDump.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableEvent.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableAccessData.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h: In function ‘JSC::DFG::DoubleFormatState JSC::DFG::mergeDoubleFormatStates(DoubleFormatState, DoubleFormatState)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h:44:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
   44 |         switch (b) {
      |         ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h:52:5: note: here
   52 |     case NotUsingDoubleFormat:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h:53:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
   53 |         switch (b) {
      |         ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoubleFormatState.h:61:5: note: here
   61 |     case CantUseDoubleFormat:
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableEventStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableEventStream.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVirtualRegisterAllocationPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVirtualRegisterAllocationPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableEventStream.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableEventStream.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredIdentifiers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWorklist.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWorklist.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWatchpointCollectionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhase.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWatchpointCollectionPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNodeAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLongLivedState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWorklist.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWatchpoints.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/Disassembler.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c: In function ‘decode_operand’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c:751:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  751 |       u->br_far  = 1;
      |       ~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c:753:5: note: here
  753 |     case OP_M:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c:754:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
  754 |       if (MODRM_MOD(modrm(u)) == 3) {
      |          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c:758:5: note: here
  758 |     case OP_E:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c:773:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
  773 |       if (MODRM_MOD(modrm(u)) != 3) {
      |          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c:777:5: note: here
  777 |     case OP_Q:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c:784:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
  784 |       if (MODRM_MOD(modrm(u)) != 3) {
      |          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c:788:5: note: here
  788 |     case OP_W:
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbbreviatedTypes.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAvailableRecovery.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAvailableRecovery.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArrayMode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeap.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCapabilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCapabilities.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointValue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbbreviatedTypes.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCommonValues.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCommonValues.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:49:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCommonValues.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCompile.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCompile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitValue.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/AdaptiveInferredPropertyValueWatchpointBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAdaptiveInferredPropertyValueWatchpoint.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFinalizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITFinalizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITFinalizer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLFail.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLFail.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/AdaptiveInferredPropertyValueWatchpointBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAdaptiveInferredPropertyValueWatchpoint.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITFinalizer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLazySlowPath.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLazySlowPath.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLink.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLink.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLocation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLocation.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSREntry.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSREntry.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSREntry.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSREntry.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitHandle.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitHandle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOperations.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOperations.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitHandle.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitHandle.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOperations.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:45:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:49:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLPatchpointExceptionHandle.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLPatchpointExceptionHandle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapGenerationParams.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLPatchpointExceptionHandle.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLSlowPathCall.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLSlowPathCall.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLPatchpointExceptionHandle.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLPatchpointExceptionHandle.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLSlowPathCall.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLThunks.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLThunks.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbbreviatedTypes.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLValueRange.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLValueRange.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLThunks.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLThunks.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h: In constructor ‘JSC::B3::ValueRep::U::U()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:259:19: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘union JSC::B3::ValueRep::U’; use assignment or value-initialization instead [-Wclass-memaccess]
  259 |             memset(this, 0, sizeof(*this));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.h:251:11: note: ‘union JSC::B3::ValueRep::U’ declared here
  251 |     union U {
      |           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/CodeBlockSet.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/ConservativeRoots.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/CopiedBlock.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/CopiedSpaceInlines.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/CopiedSpace.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/CopiedSpaceInlines.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/CopyVisitor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/DeferGC.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/EdenGCActivityCallback.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/FullGCActivityCallback.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCActivityCallback.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCLogging.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/SlotVisitorInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HeapRootVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HandleStack.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/SlotVisitorInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HeapRootVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HandleSet.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Heap.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HeapStatistics.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HeapVerifier.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HeapTimer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/IncrementalSweeper.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/JITStubRoutineSet.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/MachineStackMarker.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/MarkStack.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/MarkedAllocator.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/MarkedBlock.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/MarkedSpace.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/SlotVisitorInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/SlotVisitor.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/SlotVisitorInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HeapRootVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakBlock.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakHandleOwner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakSet.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WriteBarrierBuffer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WriteBarrierSupport.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorFrontendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ConsoleMessage.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ConsoleMessage.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ContentSearchUtilities.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp:172:38:   required from here
  172 |     return "/\\*[#@][\040\t]" + name + "=[\040\t]*([^\\s\'\"]*)[\040\t]*\\*/";
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp:172:38:   required from here
  172 |     return "/\\*[#@][\040\t]" + name + "=[\040\t]*([^\\s\'\"]*)[\040\t]*\\*/";
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/IdentifiersFactory.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/IdentifiersFactory.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptBase.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScript.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScript.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptBase.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptBase.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptHost.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptHost.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptBase.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScript.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptManager.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptManager.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptBase.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptModule.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InjectedScriptModule.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorAgentRegistry.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorAgentRegistry.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorFrontendRouter.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorFrontendRouter.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorFrontendRouter.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorAgentRegistry.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.cpp:175:62:   required from here
  175 |             reportProtocolError(MethodNotFound, "'" + domain + "' domain was not found");
      |                                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.cpp:175:62:   required from here
  175 |             reportProtocolError(MethodNotFound, "'" + domain + "' domain was not found");
      |                                                 ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorFrontendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ConsoleMessage.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectConsoleClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptBreakpoint.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptDebugServer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectScriptDebugServer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectScriptDebugServer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectConsoleClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectConsoleClient.cpp:105:29:   required from here
  105 |     String message = method + " is currently ignored in JavaScript context inspection.";
      |                      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSInjectedScriptHost.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSInjectedScriptHost.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSInjectedScriptHostPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSInjectedScriptHostPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSJavaScriptCallFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSJavaScriptCallFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSJavaScriptCallFramePrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSJavaScriptCallFramePrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JavaScriptCallFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JavaScriptCallFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/PerGlobalObjectWrapperWorld.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/PerGlobalObjectWrapperWorld.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptArguments.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptArguments.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptCallFrame.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptCallFrame.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptCallStack.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptCallStack.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptBreakpoint.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptDebugServer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptDebugServer.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptCallStackFactory.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorAgent.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorAgent.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp: In member function ‘WTF::RefPtr Inspector::InspectorDebuggerAgent::resolveBreakpoint(const WTF::String&, JSC::SourceID, const Inspector::ScriptBreakpoint&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:446:12: note: in expansion of macro ‘WTFMove’
  446 |     return WTFMove(location);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:446:12: note: in expansion of macro ‘WTFMove’
  446 |     return WTFMove(location);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:57:22:   required from here
   57 |     return makeString(objectGroup.get(), String::number(action.identifier));
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:56:   required from here
  296 |     String breakpointIdentifier = (isRegex ? "/" + url + "/" : url) + ':' + String::number(lineNumber) + ':' + String::number(columnNumber);
      |                                              ~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:110:   required from here
  296 |     String breakpointIdentifier = (isRegex ? "/" + url + "/" : url) + ':' + String::number(lineNumber) + ':' + String::number(columnNumber);
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = ASCIILiteral; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::ASCIILiteral; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:454:52:   required from here
  454 |         error = ASCIILiteral("No script for id: ") + scriptIDStr;
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:152:28:   required from here
  152 |     String message = title + String::format(": %.3fms", elapsed * 1000);
      |                      ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:164:68:   required from here
  164 |     String identifier = title + '@' + lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber());
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:179:34:   required from here
  179 |         message = ": " + String::number(count);
      |                   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:181:32:   required from here
  181 |         message = title + ": " + String::number(count);
      |                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:56:   required from here
  296 |     String breakpointIdentifier = (isRegex ? "/" + url + "/" : url) + ':' + String::number(lineNumber) + ':' + String::number(columnNumber);
      |                                              ~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:110:   required from here
  296 |     String breakpointIdentifier = (isRegex ? "/" + url + "/" : url) + ':' + String::number(lineNumber) + ':' + String::number(columnNumber);
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:164:68:   required from here
  164 |     String identifier = title + '@' + lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber());
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:181:32:   required from here
  181 |         message = title + ": " + String::number(count);
      |                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:110:   required from here
  296 |     String breakpointIdentifier = (isRegex ? "/" + url + "/" : url) + ':' + String::number(lineNumber) + ':' + String::number(columnNumber);
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:110:   required from here
  296 |     String breakpointIdentifier = (isRegex ? "/" + url + "/" : url) + ':' + String::number(lineNumber) + ':' + String::number(columnNumber);
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:164:68:   required from here
  164 |     String identifier = title + '@' + lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber());
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:164:68:   required from here
  164 |     String identifier = title + '@' + lastCaller.sourceURL() + ':' + String::number(lastCaller.lineNumber());
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorHeapAgent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorHeapAgent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorScriptProfilerAgent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorScriptProfilerAgent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/JSGlobalObjectConsoleAgent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/JSGlobalObjectConsoleAgent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/JSGlobalObjectDebuggerAgent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/JSGlobalObjectDebuggerAgent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/JSGlobalObjectRuntimeAgent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/JSGlobalObjectRuntimeAgent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/AbstractPC.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/JSStackInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/JSStack.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.cpp:60:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.cpp:1230:58:   required from here
 1230 |                     createTypeError(callFrame, makeString("Can't create duplicate global variable in eval: '", String(ident.impl()), "'"))));
      |                                                ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/ProtoCallFrame.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/BinarySwitch.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CachedRecovery.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CachedRecovery.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CallFrameShuffleData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CallFrameShuffleData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CachedRecovery.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CallFrameShuffler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CallFrameShuffler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CachedRecovery.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CallFrameShuffler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CallFrameShuffler32_64.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ValueRecovery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CachedRecovery.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CallFrameShuffler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CallFrameShuffler64.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/HostCallReturnValue.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/IntrinsicEmitter.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JIT.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JIT.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITAddGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITAddGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JIT.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITArithmetic.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitBinaryOpGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitAndGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitAndGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitBinaryOpGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitOrGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitOrGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitBinaryOpGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitXorGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitXorGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JIT.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCall.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITDisassembler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITExceptions.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITExceptions.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITDivGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITDivGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredValue.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITInlineCacheGenerator.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITInlineCacheGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITMulGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITMulGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITNegGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITNegGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitBinaryOpGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITLeftShiftGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITLeftShiftGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JIT.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITOpcodes.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITOperations.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITOperations.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonSlowPaths.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITOperations.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JIT.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITPropertyAccess.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITStubRoutine.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITBitBinaryOpGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITRightShiftGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITRightShiftGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITSubGenerator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITSubGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITCode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredSourceDump.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/DeferredCompilationCallback.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITToDFGDeferredCompilationCallback.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITToDFGDeferredCompilationCallback.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITThunks.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITThunks.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallVariant.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallEdge.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/PolymorphicCallStubRoutine.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/PolymorphicCallStubRoutine.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/PCToCodeOriginMap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/PCToCodeOriginMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/RegisterSet.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StringPrintStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/ListDump.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/RegisterAtOffsetList.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/PCToCodeOriginMap.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/Repatch.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/Repatch.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ScratchRegisterAllocator.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/Repatch.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/SetupVarargsFrame.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/SetupVarargsFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/TempRegisterSet.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ThunkGenerators.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ThunkGenerators.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntData.cpp: In static member function ‘static void JSC::LLInt::Data::performAssertions(JSC::VM&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntData.cpp:191:46: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  191 |     STATIC_ASSERT(MarkedBlock::blockMask == ~static_cast(0x3fff));
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntData.cpp:39:43: note: in definition of macro ‘STATIC_ASSERT’
   39 | #define STATIC_ASSERT(cond) static_assert(cond, "LLInt assumes " #cond)
      |                                           ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntExceptions.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntEntrypoint.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonSlowPaths.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntSlowPaths.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/llint/LLIntThunks.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ModuleAnalyzer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ModuleAnalyzer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BatchedTransitionOptimizer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/NodesAnalyzeModule.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp: In instantiation of ‘JSC::JSTokenType JSC::Lexer::lex(JSC::JSToken*, unsigned int, bool) [with T = unsigned char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
 2468 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:1783:67: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1783 |     m_lastTockenLocation = JSTokenLocation(tokenRecord->m_location);
      |                                                                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:1800:34: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1800 |     tokenRecord->m_startPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2283:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 2283 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2293:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 2293 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp: In instantiation of ‘JSC::JSTokenType JSC::Lexer::scanTrailingTemplateString(JSC::JSToken*, RawStringsBuildMode) [with T = unsigned char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
 2468 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2446:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 2446 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h: In instantiation of ‘JSC::JSTokenType JSC::Lexer::lexExpectIdentifier(JSC::JSToken*, unsigned int, bool) [with T = unsigned char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
 2468 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:378:36: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  378 |     tokenRecord->m_startPosition = startPosition;
      |                                    ^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:379:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  379 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp: In instantiation of ‘void JSC::Lexer::shiftLineTerminator() [with T = unsigned char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
 2468 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:670:33: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  670 |     m_positionBeforeLastNewline = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp: In instantiation of ‘JSC::JSTokenType JSC::Lexer::lex(JSC::JSToken*, unsigned int, bool) [with T = char16_t]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2469:16:   required from here
 2469 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:1783:67: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1783 |     m_lastTockenLocation = JSTokenLocation(tokenRecord->m_location);
      |                                                                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:1800:34: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1800 |     tokenRecord->m_startPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2283:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 2283 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2293:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 2293 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp: In instantiation of ‘JSC::JSTokenType JSC::Lexer::scanTrailingTemplateString(JSC::JSToken*, RawStringsBuildMode) [with T = char16_t]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2469:16:   required from here
 2469 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2446:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 2446 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h: In instantiation of ‘JSC::JSTokenType JSC::Lexer::lexExpectIdentifier(JSC::JSToken*, unsigned int, bool) [with T = char16_t]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2469:16:   required from here
 2469 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:378:36: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  378 |     tokenRecord->m_startPosition = startPosition;
      |                                    ^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:379:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  379 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp: In instantiation of ‘void JSC::Lexer::shiftLineTerminator() [with T = char16_t]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2469:16:   required from here
 2469 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:670:33: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  670 |     m_positionBeforeLastNewline = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.cpp: In member function ‘void JSC::StatementNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.cpp:56:72: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
   56 |     m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                        ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:936:47:   required from ‘JSC::JSTokenType JSC::Lexer::parseIdentifier(JSC::JSTokenData*, unsigned int, bool) [with bool shouldBuildIdentifiers = false; T = unsigned char]’
  936 |                 m_lexErrorMessage = makeString("The use of '", ident->string(), "' is disallowed in builtin functions.");
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2223:43:   required from ‘JSC::JSTokenType JSC::Lexer::lex(JSC::JSToken*, unsigned int, bool) [with T = unsigned char]’
 2223 |             token = parseIdentifier(tokenData, lexerFlags, strictMode);
      |                     ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
 2468 | template class Lexer;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Breakpoint.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeIntrinsicRegistry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonIdentifiers.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserArena.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserArena.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProvider.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘void JSC::Parser::next(unsigned int) [with LexerType = JSC::Lexer]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1024:91: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1024 |         m_lastTokenEndPosition = JSTextPosition(lastLine, lastTokenEnd, lastTokenLineStart);
      |                                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘void JSC::Parser::nextExpectIdentifier(unsigned int) [with LexerType = JSC::Lexer]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1036:91: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1036 |         m_lastTokenEndPosition = JSTextPosition(lastLine, lastTokenEnd, lastTokenLineStart);
      |                                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘void JSC::Parser::next(unsigned int) [with LexerType = JSC::Lexer]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1024:91: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1024 |         m_lastTokenEndPosition = JSTextPosition(lastLine, lastTokenEnd, lastTokenLineStart);
      |                                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘void JSC::Parser::nextExpectIdentifier(unsigned int) [with LexerType = JSC::Lexer]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1036:91: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1036 |         m_lastTokenEndPosition = JSTextPosition(lastLine, lastTokenEnd, lastTokenLineStart);
      |                                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h: In instantiation of ‘JSC::JSTokenType JSC::Lexer::lexExpectIdentifier(JSC::JSToken*, unsigned int, bool) [with T = unsigned char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1038:54:   required from ‘void JSC::Parser::nextExpectIdentifier(unsigned int) [with LexerType = JSC::Lexer]’
 1038 |         m_token.m_type = m_lexer->lexExpectIdentifier(&m_token, lexerFlags, strictMode());
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:378:36: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  378 |     tokenRecord->m_startPosition = startPosition;
      |                                    ^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:379:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  379 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h: In instantiation of ‘JSC::JSTokenType JSC::Lexer::lexExpectIdentifier(JSC::JSToken*, unsigned int, bool) [with T = char16_t]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1038:54:   required from ‘void JSC::Parser::nextExpectIdentifier(unsigned int) [with LexerType = JSC::Lexer]’
 1038 |         m_token.m_type = m_lexer->lexExpectIdentifier(&m_token, lexerFlags, strictMode());
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:378:36: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  378 |     tokenRecord->m_startPosition = startPosition;
      |                                    ^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:379:32: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  379 |     tokenRecord->m_endPosition = currentPosition();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = const char*; StringType3 = String; StringType4 = const char*; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = const char*; StringType3 = String; StringType4 = const char*; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1134:36:   required from ‘void JSC::Parser::updateErrorWithNameAndMessage(const char*, const WTF::String&, const char*) [with LexerType = JSC::Lexer]’
 1134 |         m_errorMessage = makeString(beforeMessage, " '", name, "' ", afterMessage);
      |                          ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:833:52:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseArrowFunctionSingleExpressionBodySourceElements(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  833 |     TreeExpression expr = parseAssignmentExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:271:82:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  271 |             sourceElements = parseArrowFunctionSingleExpressionBodySourceElements(context);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3024:15: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 3024 |         start = tokenStartPosition();
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseExpressionOrLabelStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:565:53:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  565 |             result = parseExpressionOrLabelStatement(context); // Treat this as an IDENT. This is how ::parseStatement() handles IDENT.
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2363:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 2363 |         location = tokenLocation();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseExpressionOrLabelStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:565:53:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  565 |             result = parseExpressionOrLabelStatement(context); // Treat this as an IDENT. This is how ::parseStatement() handles IDENT.
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2363:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 2363 |         location = tokenLocation();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:833:52:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseArrowFunctionSingleExpressionBodySourceElements(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  833 |     TreeExpression expr = parseAssignmentExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:271:82:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  271 |             sourceElements = parseArrowFunctionSingleExpressionBodySourceElements(context);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3024:15: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 3024 |         start = tokenStartPosition();
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseExpressionOrLabelStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:565:53:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  565 |             result = parseExpressionOrLabelStatement(context); // Treat this as an IDENT. This is how ::parseStatement() handles IDENT.
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2363:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 2363 |         location = tokenLocation();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseExpressionOrLabelStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:565:53:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  565 |             result = parseExpressionOrLabelStatement(context); // Treat this as an IDENT. This is how ::parseStatement() handles IDENT.
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2363:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 2363 |         location = tokenLocation();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseArrowFunctionExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2970:44:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2970 |         return parseArrowFunctionExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:833:52:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseArrowFunctionSingleExpressionBodySourceElements(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  833 |     TreeExpression expr = parseAssignmentExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:271:82:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  271 |             sourceElements = parseArrowFunctionSingleExpressionBodySourceElements(context);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3891:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3891 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘bool JSC::Parser::parseFunctionInfo(TreeBuilder&, JSC::FunctionRequirements, JSC::SourceParseMode, bool, JSC::ConstructorKind, JSC::SuperBinding, int, JSC::ParserFunctionInfo&, FunctionDefinitionType) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2137:5:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseFunctionDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 2137 |     failIfFalse((parseFunctionInfo(context, FunctionNeedsName, parseMode, true, ConstructorKind::None, SuperBinding::NotNeeded, functionKeywordStart, functionInfo, FunctionDefinitionType::Declaration)), "Cannot parse this function");
      |                                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2771:50:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseExportDeclaration(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 2771 |                 result = parseFunctionDeclaration(context);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:460:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  460 |             statement = parseExportDeclaration(context);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1894:23: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1894 |         startLocation = tokenLocation();
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1946:23: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1946 |         startLocation = tokenLocation();
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2080:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 2080 |         location = locationBeforeLastToken();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseVariableDeclarationList(TreeBuilder&, int&, typename TreeBuilder::DestructuringPattern&, typename TreeBuilder::Expression&, JSC::JSTextPosition&, JSC::JSTextPosition&, JSC::JSTextPosition&, VarDeclarationListContext, JSC::DeclarationType, ExportType, bool&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:599:64:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseVariableDeclaration(TreeBuilder&, JSC::DeclarationType, ExportType) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  599 |     TreeExpression variableDecls = parseVariableDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3, VarDeclarationContext, declarationType, exportType, scratchBool);
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2870:46:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseExportDeclaration(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 2870 |             result = parseVariableDeclaration(context, DeclarationType::VarDeclaration, ExportType::Exported);
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:460:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  460 |             statement = parseExportDeclaration(context);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:675:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  675 |             identStart = varStart;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:700:27: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  700 |                 initStart = tokenStartPosition();
      |                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:704:25: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  704 |                 initEnd = lastTokenEndPosition();
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseVariableDeclarationList(TreeBuilder&, int&, typename TreeBuilder::DestructuringPattern&, typename TreeBuilder::Expression&, JSC::JSTextPosition&, JSC::JSTextPosition&, JSC::JSTextPosition&, VarDeclarationListContext, JSC::DeclarationType, ExportType, bool&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int; typename TreeBuilder::DestructuringPattern = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:599:64:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseVariableDeclaration(TreeBuilder&, JSC::DeclarationType, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  599 |     TreeExpression variableDecls = parseVariableDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3, VarDeclarationContext, declarationType, exportType, scratchBool);
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:546:42:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  546 |         result = parseVariableDeclaration(context, DeclarationType::ConstDeclaration);
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:675:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  675 |             identStart = varStart;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:700:27: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  700 |                 initStart = tokenStartPosition();
      |                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:704:25: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  704 |                 initEnd = lastTokenEndPosition();
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseForStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1629:35:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 1629 |         result = parseForStatement(context);
      |                  ~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1196:24: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1196 |             declsStart = tokenStartPosition();
      |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1198:22: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1198 |             declsEnd = lastTokenEndPosition();
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1205:20: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1205 |         declsStart = tokenStartPosition();
      |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1207:18: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1207 |         declsEnd = lastTokenEndPosition();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseContinueStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1632:40:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 1632 |         result = parseContinueStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1323:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1323 |     end = tokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseBreakStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1635:37:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 1635 |         result = parseBreakStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1299:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1299 |     end = tokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseReturnStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1638:38:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 1638 |         result = parseReturnStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1342:13: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1342 |         end = tokenEndPosition();
      |         ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1348:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1348 |     end = lastTokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1350:14: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1350 |         end  = tokenEndPosition();
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseForStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1629:35:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 1629 |         result = parseForStatement(context);
      |                  ~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1196:24: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1196 |             declsStart = tokenStartPosition();
      |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1198:22: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1198 |             declsEnd = lastTokenEndPosition();
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1205:20: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1205 |         declsStart = tokenStartPosition();
      |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1207:18: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1207 |         declsEnd = lastTokenEndPosition();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseContinueStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1632:40:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 1632 |         result = parseContinueStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1323:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1323 |     end = tokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseBreakStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1635:37:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 1635 |         result = parseBreakStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1299:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1299 |     end = tokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseReturnStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1638:38:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 1638 |         result = parseReturnStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1342:13: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1342 |         end = tokenEndPosition();
      |         ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1348:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1348 |     end = lastTokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1350:14: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1350 |         end  = tokenEndPosition();
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1014:67:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = int]’
 1014 |                     propertyExpression = parseAssignmentExpression(context);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1713:50:   required from ‘bool JSC::Parser::parseFormalParameters(TreeBuilder&, typename TreeBuilder::FormalParameterList, unsigned int&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::FormalParameterList = int]’
 1713 |             parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported, &duplicateParameter, &hasDestructuringPattern);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
  387 |             isArrowFunction = parseFormalParameters(syntaxChecker, syntaxChecker.createFormalParameterList(), parametersCount) && consume(CLOSEPAREN) && match(ARROWFUNCTION);
      |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3024:15: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 3024 |         start = tokenStartPosition();
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseArrowFunctionExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2970:44:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2970 |         return parseArrowFunctionExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:833:52:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseArrowFunctionSingleExpressionBodySourceElements(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  833 |     TreeExpression expr = parseAssignmentExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:271:82:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  271 |             sourceElements = parseArrowFunctionSingleExpressionBodySourceElements(context);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3891:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3891 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘bool JSC::Parser::parseFunctionInfo(TreeBuilder&, JSC::FunctionRequirements, JSC::SourceParseMode, bool, JSC::ConstructorKind, JSC::SuperBinding, int, JSC::ParserFunctionInfo&, FunctionDefinitionType) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2137:5:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseFunctionDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 2137 |     failIfFalse((parseFunctionInfo(context, FunctionNeedsName, parseMode, true, ConstructorKind::None, SuperBinding::NotNeeded, functionKeywordStart, functionInfo, FunctionDefinitionType::Declaration)), "Cannot parse this function");
      |                                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2771:50:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseExportDeclaration(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 2771 |                 result = parseFunctionDeclaration(context);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:460:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  460 |             statement = parseExportDeclaration(context);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1894:23: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1894 |         startLocation = tokenLocation();
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1946:23: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1946 |         startLocation = tokenLocation();
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2080:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 2080 |         location = locationBeforeLastToken();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseVariableDeclarationList(TreeBuilder&, int&, typename TreeBuilder::DestructuringPattern&, typename TreeBuilder::Expression&, JSC::JSTextPosition&, JSC::JSTextPosition&, JSC::JSTextPosition&, VarDeclarationListContext, JSC::DeclarationType, ExportType, bool&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:599:64:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseVariableDeclaration(TreeBuilder&, JSC::DeclarationType, ExportType) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  599 |     TreeExpression variableDecls = parseVariableDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3, VarDeclarationContext, declarationType, exportType, scratchBool);
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2870:46:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseExportDeclaration(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 2870 |             result = parseVariableDeclaration(context, DeclarationType::VarDeclaration, ExportType::Exported);
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:460:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  460 |             statement = parseExportDeclaration(context);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:675:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  675 |             identStart = varStart;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:700:27: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  700 |                 initStart = tokenStartPosition();
      |                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:704:25: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  704 |                 initEnd = lastTokenEndPosition();
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseVariableDeclarationList(TreeBuilder&, int&, typename TreeBuilder::DestructuringPattern&, typename TreeBuilder::Expression&, JSC::JSTextPosition&, JSC::JSTextPosition&, JSC::JSTextPosition&, VarDeclarationListContext, JSC::DeclarationType, ExportType, bool&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int; typename TreeBuilder::DestructuringPattern = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:599:64:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseVariableDeclaration(TreeBuilder&, JSC::DeclarationType, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  599 |     TreeExpression variableDecls = parseVariableDeclarationList(context, scratch, scratch1, scratch2, scratch3, scratch3, scratch3, VarDeclarationContext, declarationType, exportType, scratchBool);
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:546:42:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  546 |         result = parseVariableDeclaration(context, DeclarationType::ConstDeclaration);
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:675:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  675 |             identStart = varStart;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:700:27: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  700 |                 initStart = tokenStartPosition();
      |                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:704:25: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  704 |                 initEnd = lastTokenEndPosition();
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseForStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1629:35:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 1629 |         result = parseForStatement(context);
      |                  ~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1196:24: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1196 |             declsStart = tokenStartPosition();
      |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1198:22: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1198 |             declsEnd = lastTokenEndPosition();
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1205:20: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1205 |         declsStart = tokenStartPosition();
      |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1207:18: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1207 |         declsEnd = lastTokenEndPosition();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseContinueStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1632:40:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 1632 |         result = parseContinueStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1323:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1323 |     end = tokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseBreakStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1635:37:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 1635 |         result = parseBreakStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1299:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1299 |     end = tokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseReturnStatement(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1638:38:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 1638 |         result = parseReturnStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1342:13: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1342 |         end = tokenEndPosition();
      |         ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1348:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1348 |     end = lastTokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1350:14: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1350 |         end  = tokenEndPosition();
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseForStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1629:35:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 1629 |         result = parseForStatement(context);
      |                  ~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1196:24: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1196 |             declsStart = tokenStartPosition();
      |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1198:22: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1198 |             declsEnd = lastTokenEndPosition();
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1205:20: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1205 |         declsStart = tokenStartPosition();
      |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1207:18: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1207 |         declsEnd = lastTokenEndPosition();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseContinueStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1632:40:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 1632 |         result = parseContinueStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1323:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1323 |     end = tokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseBreakStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1635:37:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 1635 |         result = parseBreakStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1299:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1299 |     end = tokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Statement JSC::Parser::parseReturnStatement(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1638:38:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatement(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
 1638 |         result = parseReturnStatement(context);
      |                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:576:32:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Statement = JSC::StatementNode*]’
  576 |         result = parseStatement(context, directive, directiveLiteralLength);
      |                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:469:47:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  469 |             statement = parseStatementListItem(context, directive, &directiveLiteralLength);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1342:13: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1342 |         end = tokenEndPosition();
      |         ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1348:9: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1348 |     end = lastTokenEndPosition();
      |     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1350:14: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1350 |         end  = tokenEndPosition();
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1014:67:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = int]’
 1014 |                     propertyExpression = parseAssignmentExpression(context);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1713:50:   required from ‘bool JSC::Parser::parseFormalParameters(TreeBuilder&, typename TreeBuilder::FormalParameterList, unsigned int&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::FormalParameterList = int]’
 1713 |             parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported, &duplicateParameter, &hasDestructuringPattern);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
  387 |             isArrowFunction = parseFormalParameters(syntaxChecker, syntaxChecker.createFormalParameterList(), parametersCount) && consume(CLOSEPAREN) && match(ARROWFUNCTION);
      |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3024:15: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 3024 |         start = tokenStartPosition();
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:881:41:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  881 |     auto element = parseMemberExpression(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:863:38:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseBindingOrAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  863 |         return parseAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:942:68:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  942 |                 auto innerPattern = parseBindingOrAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth + 1);
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1805:59:   required from ‘int JSC::Parser::parseFunctionParameters(TreeBuilder&, JSC::SourceParseMode, JSC::ParserFunctionInfo&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer]’
 1805 |                 auto parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:250:36:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  250 |             parseFunctionParameters(context, parseMode, functionInfo);
      |             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3817:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3817 |         location = tokenLocation();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2206:44:   required from ‘typename TreeBuilder::ClassExpression JSC::Parser::parseClass(TreeBuilder&, JSC::FunctionRequirements, JSC::ParserClassInfo&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::ClassExpression = int]’
 2206 |         parentClass = parseMemberExpression(context);
      |                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2160:47:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseClassDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 2160 |     TreeClassExpression classExpr = parseClass(context, FunctionNeedsName, info);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:571:39:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  571 |         result = parseClassDeclaration(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3817:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3817 |         location = tokenLocation();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘bool JSC::Parser::parseFunctionInfo(TreeBuilder&, JSC::FunctionRequirements, JSC::SourceParseMode, bool, JSC::ConstructorKind, JSC::SuperBinding, int, JSC::ParserFunctionInfo&, FunctionDefinitionType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2300:13:   required from ‘typename TreeBuilder::ClassExpression JSC::Parser::parseClass(TreeBuilder&, JSC::FunctionRequirements, JSC::ParserClassInfo&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::ClassExpression = int]’
 2300 |             failIfFalse((parseFunctionInfo(context, FunctionNoRequirements, parseMode, false, isConstructor ? constructorKind : ConstructorKind::None, SuperBinding::Needed, methodStart, methodInfo, FunctionDefinitionType::Method)), "Cannot parse this method");
      |                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2160:47:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseClassDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 2160 |     TreeClassExpression classExpr = parseClass(context, FunctionNeedsName, info);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:571:39:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  571 |         result = parseClassDeclaration(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1894:23: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1894 |         startLocation = tokenLocation();
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1946:23: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1946 |         startLocation = tokenLocation();
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2080:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 2080 |         location = locationBeforeLastToken();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseArrowFunctionExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2970:44:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2970 |         return parseArrowFunctionExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1014:67:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = int]’
 1014 |                     propertyExpression = parseAssignmentExpression(context);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1713:50:   required from ‘bool JSC::Parser::parseFormalParameters(TreeBuilder&, typename TreeBuilder::FormalParameterList, unsigned int&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::FormalParameterList = int]’
 1713 |             parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported, &duplicateParameter, &hasDestructuringPattern);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
  387 |             isArrowFunction = parseFormalParameters(syntaxChecker, syntaxChecker.createFormalParameterList(), parametersCount) && consume(CLOSEPAREN) && match(ARROWFUNCTION);
      |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3891:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3891 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:881:41:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  881 |     auto element = parseMemberExpression(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:863:38:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseBindingOrAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  863 |         return parseAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:942:68:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  942 |                 auto innerPattern = parseBindingOrAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth + 1);
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1805:59:   required from ‘int JSC::Parser::parseFunctionParameters(TreeBuilder&, JSC::SourceParseMode, JSC::ParserFunctionInfo&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer]’
 1805 |                 auto parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:250:36:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  250 |             parseFunctionParameters(context, parseMode, functionInfo);
      |             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3817:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3817 |         location = tokenLocation();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2206:44:   required from ‘typename TreeBuilder::ClassExpression JSC::Parser::parseClass(TreeBuilder&, JSC::FunctionRequirements, JSC::ParserClassInfo&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::ClassExpression = int]’
 2206 |         parentClass = parseMemberExpression(context);
      |                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2160:47:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseClassDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 2160 |     TreeClassExpression classExpr = parseClass(context, FunctionNeedsName, info);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:571:39:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  571 |         result = parseClassDeclaration(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3817:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3817 |         location = tokenLocation();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘bool JSC::Parser::parseFunctionInfo(TreeBuilder&, JSC::FunctionRequirements, JSC::SourceParseMode, bool, JSC::ConstructorKind, JSC::SuperBinding, int, JSC::ParserFunctionInfo&, FunctionDefinitionType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2300:13:   required from ‘typename TreeBuilder::ClassExpression JSC::Parser::parseClass(TreeBuilder&, JSC::FunctionRequirements, JSC::ParserClassInfo&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::ClassExpression = int]’
 2300 |             failIfFalse((parseFunctionInfo(context, FunctionNoRequirements, parseMode, false, isConstructor ? constructorKind : ConstructorKind::None, SuperBinding::Needed, methodStart, methodInfo, FunctionDefinitionType::Method)), "Cannot parse this method");
      |                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2160:47:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseClassDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 2160 |     TreeClassExpression classExpr = parseClass(context, FunctionNeedsName, info);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:571:39:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  571 |         result = parseClassDeclaration(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1894:23: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1894 |         startLocation = tokenLocation();
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1946:23: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 1946 |         startLocation = tokenLocation();
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2080:18: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 2080 |         location = locationBeforeLastToken();
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseArrowFunctionExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2970:44:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2970 |         return parseArrowFunctionExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1014:67:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = int]’
 1014 |                     propertyExpression = parseAssignmentExpression(context);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1713:50:   required from ‘bool JSC::Parser::parseFormalParameters(TreeBuilder&, typename TreeBuilder::FormalParameterList, unsigned int&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::FormalParameterList = int]’
 1713 |             parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported, &duplicateParameter, &hasDestructuringPattern);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
  387 |             isArrowFunction = parseFormalParameters(syntaxChecker, syntaxChecker.createFormalParameterList(), parametersCount) && consume(CLOSEPAREN) && match(ARROWFUNCTION);
      |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3891:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3891 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserArena.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseUnaryExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3132:54:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseBinaryExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3132 |         TreeExpression current = parseUnaryExpression(context);
      |                                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3091:48:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseConditionalExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3091 |     TreeExpression cond = parseBinaryExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2973:52:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2973 |     TreeExpression lhs = parseConditionalExpression(context);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:833:52:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseArrowFunctionSingleExpressionBodySourceElements(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  833 |     TreeExpression expr = parseAssignmentExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:271:82:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  271 |             sourceElements = parseArrowFunctionSingleExpressionBodySourceElements(context);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4009:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 4009 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4049:22: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 4049 |         subExprStart = context.unaryTokenStackLastStart(tokenStackDepth);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseUnaryExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3132:54:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseBinaryExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3132 |         TreeExpression current = parseUnaryExpression(context);
      |                                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3091:48:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseConditionalExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3091 |     TreeExpression cond = parseBinaryExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2973:52:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2973 |     TreeExpression lhs = parseConditionalExpression(context);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:833:52:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseArrowFunctionSingleExpressionBodySourceElements(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  833 |     TreeExpression expr = parseAssignmentExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:271:82:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  271 |             sourceElements = parseArrowFunctionSingleExpressionBodySourceElements(context);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4009:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 4009 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4049:22: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 4049 |         subExprStart = context.unaryTokenStackLastStart(tokenStackDepth);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseStrictObjectLiteral(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3608:44:   required from ‘typename TreeBuilder::Expression JSC::Parser::parsePrimaryExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3608 |             return parseStrictObjectLiteral(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3813:38:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3813 |         base = parsePrimaryExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:881:41:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  881 |     auto element = parseMemberExpression(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:863:38:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseBindingOrAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  863 |         return parseAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:942:68:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  942 |                 auto innerPattern = parseBindingOrAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth + 1);
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1805:59:   required from ‘int JSC::Parser::parseFunctionParameters(TreeBuilder&, JSC::SourceParseMode, JSC::ParserFunctionInfo&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer]’
 1805 |                 auto parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:250:36:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  250 |             parseFunctionParameters(context, parseMode, functionInfo);
      |             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3435:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3435 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseObjectLiteral(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3609:34:   required from ‘typename TreeBuilder::Expression JSC::Parser::parsePrimaryExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3609 |         return parseObjectLiteral(context);
      |                ~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3813:38:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3813 |         base = parsePrimaryExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:881:41:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  881 |     auto element = parseMemberExpression(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:863:38:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseBindingOrAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  863 |         return parseAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:942:68:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  942 |                 auto innerPattern = parseBindingOrAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth + 1);
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1805:59:   required from ‘int JSC::Parser::parseFunctionParameters(TreeBuilder&, JSC::SourceParseMode, JSC::ParserFunctionInfo&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer]’
 1805 |                 auto parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:250:36:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  250 |             parseFunctionParameters(context, parseMode, functionInfo);
      |             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3389:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3389 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseStrictObjectLiteral(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3608:44:   required from ‘typename TreeBuilder::Expression JSC::Parser::parsePrimaryExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3608 |             return parseStrictObjectLiteral(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3813:38:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3813 |         base = parsePrimaryExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2206:44:   required from ‘typename TreeBuilder::ClassExpression JSC::Parser::parseClass(TreeBuilder&, JSC::FunctionRequirements, JSC::ParserClassInfo&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::ClassExpression = int]’
 2206 |         parentClass = parseMemberExpression(context);
      |                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2160:47:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseClassDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 2160 |     TreeClassExpression classExpr = parseClass(context, FunctionNeedsName, info);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:571:39:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  571 |         result = parseClassDeclaration(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3435:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3435 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseObjectLiteral(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3609:34:   required from ‘typename TreeBuilder::Expression JSC::Parser::parsePrimaryExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3609 |         return parseObjectLiteral(context);
      |                ~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3813:38:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3813 |         base = parsePrimaryExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2206:44:   required from ‘typename TreeBuilder::ClassExpression JSC::Parser::parseClass(TreeBuilder&, JSC::FunctionRequirements, JSC::ParserClassInfo&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::ClassExpression = int]’
 2206 |         parentClass = parseMemberExpression(context);
      |                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2160:47:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseClassDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 2160 |     TreeClassExpression classExpr = parseClass(context, FunctionNeedsName, info);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:571:39:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  571 |         result = parseClassDeclaration(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3389:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3389 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseUnaryExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3132:54:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseBinaryExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3132 |         TreeExpression current = parseUnaryExpression(context);
      |                                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3091:48:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseConditionalExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3091 |     TreeExpression cond = parseBinaryExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2973:52:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2973 |     TreeExpression lhs = parseConditionalExpression(context);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1014:67:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = int]’
 1014 |                     propertyExpression = parseAssignmentExpression(context);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1713:50:   required from ‘bool JSC::Parser::parseFormalParameters(TreeBuilder&, typename TreeBuilder::FormalParameterList, unsigned int&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::FormalParameterList = int]’
 1713 |             parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported, &duplicateParameter, &hasDestructuringPattern);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
  387 |             isArrowFunction = parseFormalParameters(syntaxChecker, syntaxChecker.createFormalParameterList(), parametersCount) && consume(CLOSEPAREN) && match(ARROWFUNCTION);
      |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
 4130 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4009:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 4009 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4049:22: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 4049 |         subExprStart = context.unaryTokenStackLastStart(tokenStackDepth);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseStrictObjectLiteral(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3608:44:   required from ‘typename TreeBuilder::Expression JSC::Parser::parsePrimaryExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3608 |             return parseStrictObjectLiteral(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3813:38:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3813 |         base = parsePrimaryExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:881:41:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  881 |     auto element = parseMemberExpression(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:863:38:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseBindingOrAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  863 |         return parseAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:942:68:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  942 |                 auto innerPattern = parseBindingOrAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth + 1);
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1805:59:   required from ‘int JSC::Parser::parseFunctionParameters(TreeBuilder&, JSC::SourceParseMode, JSC::ParserFunctionInfo&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer]’
 1805 |                 auto parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:250:36:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  250 |             parseFunctionParameters(context, parseMode, functionInfo);
      |             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3435:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3435 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseObjectLiteral(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3609:34:   required from ‘typename TreeBuilder::Expression JSC::Parser::parsePrimaryExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3609 |         return parseObjectLiteral(context);
      |                ~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3813:38:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::Expression = JSC::ExpressionNode*]’
 3813 |         base = parsePrimaryExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:881:41:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  881 |     auto element = parseMemberExpression(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:863:38:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseBindingOrAssignmentElement(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  863 |         return parseAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:942:68:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = JSC::DestructuringPatternNode*]’
  942 |                 auto innerPattern = parseBindingOrAssignmentElement(context, kind, exportType, duplicateIdentifier, hasDestructuringPattern, bindingContext, depth + 1);
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1805:59:   required from ‘int JSC::Parser::parseFunctionParameters(TreeBuilder&, JSC::SourceParseMode, JSC::ParserFunctionInfo&) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer]’
 1805 |                 auto parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:250:36:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  250 |             parseFunctionParameters(context, parseMode, functionInfo);
      |             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3389:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3389 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseStrictObjectLiteral(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3608:44:   required from ‘typename TreeBuilder::Expression JSC::Parser::parsePrimaryExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3608 |             return parseStrictObjectLiteral(context);
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3813:38:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3813 |         base = parsePrimaryExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2206:44:   required from ‘typename TreeBuilder::ClassExpression JSC::Parser::parseClass(TreeBuilder&, JSC::FunctionRequirements, JSC::ParserClassInfo&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::ClassExpression = int]’
 2206 |         parentClass = parseMemberExpression(context);
      |                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2160:47:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseClassDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 2160 |     TreeClassExpression classExpr = parseClass(context, FunctionNeedsName, info);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:571:39:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  571 |         result = parseClassDeclaration(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3435:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3435 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseObjectLiteral(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3609:34:   required from ‘typename TreeBuilder::Expression JSC::Parser::parsePrimaryExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3609 |         return parseObjectLiteral(context);
      |                ~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3813:38:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseMemberExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3813 |         base = parsePrimaryExpression(context);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2206:44:   required from ‘typename TreeBuilder::ClassExpression JSC::Parser::parseClass(TreeBuilder&, JSC::FunctionRequirements, JSC::ParserClassInfo&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::ClassExpression = int]’
 2206 |         parentClass = parseMemberExpression(context);
      |                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2160:47:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseClassDeclaration(TreeBuilder&, ExportType) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
 2160 |     TreeClassExpression classExpr = parseClass(context, FunctionNeedsName, info);
      |                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:571:39:   required from ‘typename TreeBuilder::Statement JSC::Parser::parseStatementListItem(TreeBuilder&, const JSC::Identifier*&, unsigned int*) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Statement = int]’
  571 |         result = parseClassDeclaration(context);
      |                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:465:44:   required from ‘typename TreeBuilder::SourceElements JSC::Parser::parseModuleSourceElements(TreeBuilder&, JSC::SourceParseMode) [with TreeBuilder = JSC::ASTBuilder; LexerType = JSC::Lexer; typename TreeBuilder::SourceElements = JSC::SourceElements*]’
  465 |                 if (!parseStatementListItem(syntaxChecker, directive, &directiveLiteralLength))
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:273:55:   required from ‘WTF::String JSC::Parser::parseInner(const JSC::Identifier&, JSC::SourceParseMode) [with LexerType = JSC::Lexer]’
  273 |             sourceElements = parseModuleSourceElements(context, parseMode);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3389:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 3389 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp: In instantiation of ‘typename TreeBuilder::Expression JSC::Parser::parseUnaryExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3132:54:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseBinaryExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3132 |         TreeExpression current = parseUnaryExpression(context);
      |                                  ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:3091:48:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseConditionalExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 3091 |     TreeExpression cond = parseBinaryExpression(context);
      |                           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2973:52:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&, ExpressionErrorClassifier&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2973 |     TreeExpression lhs = parseConditionalExpression(context);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:2947:37:   required from ‘typename TreeBuilder::Expression JSC::Parser::parseAssignmentExpression(TreeBuilder&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::Expression = int]’
 2947 |     return parseAssignmentExpression(context, classifier);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1014:67:   required from ‘typename TreeBuilder::DestructuringPattern JSC::Parser::parseDestructuringPattern(TreeBuilder&, JSC::DestructuringKind, ExportType, const JSC::Identifier**, bool*, JSC::AssignmentContext, int) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::DestructuringPattern = int]’
 1014 |                     propertyExpression = parseAssignmentExpression(context);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:1713:50:   required from ‘bool JSC::Parser::parseFormalParameters(TreeBuilder&, typename TreeBuilder::FormalParameterList, unsigned int&) [with TreeBuilder = JSC::SyntaxChecker; LexerType = JSC::Lexer; typename TreeBuilder::FormalParameterList = int]’
 1713 |             parameter = parseDestructuringPattern(context, DestructuringKind::DestructureToParameters, ExportType::NotExported, &duplicateParameter, &hasDestructuringPattern);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
  387 |             isArrowFunction = parseFormalParameters(syntaxChecker, syntaxChecker.createFormalParameterList(), parametersCount) && consume(CLOSEPAREN) && match(ARROWFUNCTION);
      |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
 4131 | template class Parser>;
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4009:14: warning: implicitly-declared ‘JSC::JSTokenLocation& JSC::JSTokenLocation::operator=(const JSC::JSTokenLocation&)’ is deprecated [-Wdeprecated-copy]
 4009 |     location = tokenLocation();
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:203:5: note: because ‘JSC::JSTokenLocation’ has user-provided ‘JSC::JSTokenLocation::JSTokenLocation(const JSC::JSTokenLocation&)’
  203 |     JSTokenLocation(const JSTokenLocation& location)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4049:22: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 4049 |         subExprStart = context.unaryTokenStackLastStart(tokenStackDepth);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProvider.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProvider.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProviderCacheItem.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProviderCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProviderCache.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/VariableEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/VariableEnvironment.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/CallIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfileNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/Profile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/LegacyProfiler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/LegacyProfiler.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/CallIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfileNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/Profile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/Profile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfileGenerator.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfileGenerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/LegacyProfiler.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/CallIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfileNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfileNode.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodes.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodes.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerProfiledBytecodes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerCompilation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerCompilation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerCompiledBytecode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodes.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerDatabase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerOSRExit.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerOSRExitSite.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerOrigin.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InlineCallFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerOriginStack.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerBytecodeSequence.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerProfiledBytecodes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/ProfilerProfiledBytecodes.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = int; V = int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.cpp:69:51:   required from here
   69 |     int newCapacity = (Checked(m_capacity) * 2).unsafeGet();
      |                                                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = int; V = int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.cpp:70:72:   required from here
   70 |     size_t size = (Checked(newCapacity) * sizeof(EncodedJSValue)).unsafeGet();
      |                                                                        ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBufferNeuteringWatchpoint.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBufferNeuteringWatchpoint.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBufferNeuteringWatchpoint.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayIteratorPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayIteratorPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayConstructor.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = unsigned int; T = unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:76:54:   required from here
   76 |     m_accumulatedStringsLength += string.view.length();
      |                                                      ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = int; T = unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:90:50:   required from here
   90 |     m_accumulatedStringsLength += literal.length();
      |                                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringBuilder.h:130:39:   required from ‘JSC::JSValue JSC::jsMakeNontrivialString(ExecState*, const StringType&, const StringTypes& ...) [with StringType = char [9]; StringTypes = {WTF::String, char [2]}]’
  130 |     String result = WTF::tryMakeString(string, strings...);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.cpp:342:54:   required from here
  342 |         return JSValue::encode(jsMakeNontrivialString(exec, "[object ", thisObject->methodTable(exec->vm())->className(thisObject), "]"));
      |                                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BooleanConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BooleanConstructor.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BooleanObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BooleanObject.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BooleanObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BooleanPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BooleanPrototype.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClonedArguments.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClonedArguments.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CallData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeIntrinsicRegistry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonIdentifiers.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonIdentifiers.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = ProgramNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:163:62:   required from here
  163 |     std::unique_ptr program = parse(
      |                                            ~~~~~~~~~~~~~~~~~~^
  164 |         &vm, source, Identifier(), JSParserBuiltinMode::NotBuiltin,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165 |         JSParserStrictMode::NotStrict, SourceParseMode::ProgramMode, SuperBinding::NotNeeded,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |         error, &positionBeforeLastNewline);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                    
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = EvalNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:105:57:   required from ‘UnlinkedCodeBlockType* JSC::CodeCache::getGlobalCodeBlock(JSC::VM&, ExecutableType*, const JSC::SourceCode&, JSC::JSParserBuiltinMode, JSC::JSParserStrictMode, JSC::ThisTDZMode, bool, JSC::DebuggerMode, JSC::ProfilerMode, JSC::ParserError&, const JSC::VariableEnvironment*) [with UnlinkedCodeBlockType = JSC::UnlinkedEvalCodeBlock; ExecutableType = JSC::EvalExecutable]’
  105 |     std::unique_ptr rootNode = parse(
      |                                          ~~~~~~~~~~~~~~~^
  106 |         &vm, source, Identifier(), builtinMode, strictMode,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107 |         CacheTypes::parseMode, SuperBinding::NotNeeded, error, nullptr, ConstructorKind::None, thisTDZMode);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:142:53:   required from here
  142 |     return getGlobalCodeBlock(vm, executable, source, builtinMode, strictMode, thisTDZMode, isArrowFunctionContext, debuggerMode, profilerMode, error, variablesUnderTDZ);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = ModuleProgramNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:105:57:   required from ‘UnlinkedCodeBlockType* JSC::CodeCache::getGlobalCodeBlock(JSC::VM&, ExecutableType*, const JSC::SourceCode&, JSC::JSParserBuiltinMode, JSC::JSParserStrictMode, JSC::ThisTDZMode, bool, JSC::DebuggerMode, JSC::ProfilerMode, JSC::ParserError&, const JSC::VariableEnvironment*) [with UnlinkedCodeBlockType = JSC::UnlinkedModuleProgramCodeBlock; ExecutableType = JSC::ModuleProgramExecutable]’
  105 |     std::unique_ptr rootNode = parse(
      |                                          ~~~~~~~~~~~~~~~^
  106 |         &vm, source, Identifier(), builtinMode, strictMode,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107 |         CacheTypes::parseMode, SuperBinding::NotNeeded, error, nullptr, ConstructorKind::None, thisTDZMode);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:148:62:   required from here
  148 |     return getGlobalCodeBlock(vm, executable, source, builtinMode, JSParserStrictMode::Strict, ThisTDZMode::CheckIfNeeded, false, debuggerMode, profilerMode, error, &emptyParentTDZVariables);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonSlowPaths.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonSlowPaths.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonSlowPathsExceptions.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ConsoleClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ModuleAnalyzer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ConsolePrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ConsolePrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = ProgramNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:66:32:   required from here
   66 |     return !!parse(
      |              ~~~~~~~~~~~~~~~~~~^
   67 |         &vm, source, Identifier(), JSParserBuiltinMode::NotBuiltin,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |         JSParserStrictMode::NotStrict, SourceParseMode::ProgramMode, SuperBinding::NotNeeded, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = ModuleProgramNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:76:84:   required from here
   76 |     std::unique_ptr moduleProgramNode = parse(
      |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~^
   77 |         &vm, source, Identifier(), JSParserBuiltinMode::NotBuiltin,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
   78 |         JSParserStrictMode::Strict, SourceParseMode::ModuleAnalyzeMode, SuperBinding::NotNeeded, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ConstructData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CustomGetterSetter.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CustomGetterSetter.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDataView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DataView.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateConversion.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateConstructor.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstance.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DatePrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DatePrototype.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericArguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DirectArguments.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DirectArguments.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DumpContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DumpContext.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = const char*; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = const char*; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.cpp:214:76:   required from here
  214 |     return exec->vm().throwException(exec, createTypeError(exec, makeString("calling ", constructorName, " constructor without new is invalid")));
      |                                                                  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorConstructor.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorHandlingScope.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorPrototype.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Exception.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Exception.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionFuzz.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorPrototype.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = String; StringType2 = const char*; StringType3 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringBuilder.h:130:39:   required from ‘JSC::JSValue JSC::jsMakeNontrivialString(ExecState*, const StringType&, const StringTypes& ...) [with StringType = WTF::String; StringTypes = {char [3], WTF::String}]’
  130 |     String result = WTF::tryMakeString(string, strings...);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorPrototype.cpp:128:50:   required from here
  128 |     return JSValue::encode(jsMakeNontrivialString(exec, nameString, ": ", messageString));
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionExecutableDump.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionExecutableDump.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:79:34:   required from here
   79 |         String message(makeString("Can't find private variable: @", exec->propertyNames().lookUpPublicName(ident).string()));
      |                        ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = char; StringType2 = String; StringType3 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = char; StringType2 = String; StringType3 = char]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:89:51:   required from here
   89 |         return jsNontrivialString(exec, makeString('"',  asString(v)->value(exec), '"'));
      |                                         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = String; StringType2 = const char*; StringType3 = String; StringType4 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:784:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = String; StringType2 = const char*; StringType3 = String; StringType4 = const char*]’
  784 |     String result = tryMakeString(string1, string2, string3, string4);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:102:22:   required from here
  102 |     return makeString(originalMessage, " (near '...", sourceText, "...')");
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = String; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = String; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:225:22:   required from here
  225 |     return makeString(rightHandSide, content, ". (evaluating '", sourceText, "')");
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = String; StringType2 = char; StringType3 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = String; StringType2 = char; StringType3 = String]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:240:37:   required from here
  240 |     String errorMessage = makeString(errorDescriptionForValue(exec, value)->value(exec), ' ', message);
      |                           ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = char]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:285:49:   required from here
  285 |     return createReferenceError(exec, makeString("Strict mode forbids implicit creation of global property '", propertyName, '\''));
      |                                       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = const char*; StringType2 = const char*; StringType3 = String; StringType4 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:784:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = const char*; StringType2 = const char*; StringType3 = String; StringType4 = const char*]’
  784 |     String result = tryMakeString(string1, string2, string3, string4);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:98:29:   required from here
   98 |         program = makeString("{function ", functionConstructionMode == FunctionConstructionMode::Generator ? "*" : "", functionName.string(), "() {\n\n}}");
      |                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6) [with StringType1 = const char*; StringType2 = const char*; StringType3 = String; StringType4 = const char*; StringType5 = String; StringType6 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:802:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6) [with StringType1 = const char*; StringType2 = const char*; StringType3 = String; StringType4 = const char*; StringType5 = String; StringType6 = const char*]’
  802 |     String result = tryMakeString(string1, string2, string3, string4, string5, string6);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:100:29:   required from here
  100 |         program = makeString("{function ", functionConstructionMode == FunctionConstructionMode::Generator ? "*" : "", functionName.string(), "() {\n", args.at(0).toString(exec)->value(exec), "\n}}");
      |                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:506:16: note: in expansion of macro ‘WTFMove’
  506 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:506:16: note: in expansion of macro ‘WTFMove’
  506 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:527:12: note: in expansion of macro ‘WTFMove’
  527 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:527:12: note: in expansion of macro ‘WTFMove’
  527 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = ProgramNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:558:66:   required from here
  558 |     std::unique_ptr programNode = parse(
      |                                                ~~~~~~~~~~~~~~~~~~^
  559 |         vm, m_source, Identifier(), JSParserBuiltinMode::NotBuiltin,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  560 |         JSParserStrictMode::NotStrict, SourceParseMode::ProgramMode, SuperBinding::NotNeeded, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:589:58:   required from here
  589 |                 return createSyntaxError(exec, makeString("Can't create duplicate variable: '", String(entry.key.get()), "'"));
      |                                                ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GeneratorFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GeneratorFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringBuilder.h:130:39:   required from ‘JSC::JSValue JSC::jsMakeNontrivialString(ExecState*, const StringType&, const StringTypes& ...) [with StringType = char [10]; StringTypes = {WTF::String, char [25]}]’
  130 |     String result = WTF::tryMakeString(string, strings...);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:94:58:   required from here
   94 |             return JSValue::encode(jsMakeNontrivialString(exec, "function ", name, "() {\n    [native code]\n}"));
      |                                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = String; StringType2 = String; StringType3 = StringView]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringBuilder.h:130:39:   required from ‘JSC::JSValue JSC::jsMakeNontrivialString(ExecState*, const StringType&, const StringTypes& ...) [with StringType = WTF::String; StringTypes = {WTF::String, WTF::StringView}]’
  130 |     String result = WTF::tryMakeString(string, strings...);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:104:54:   required from here
  104 |         return JSValue::encode(jsMakeNontrivialString(exec, functionHeader, function->name(exec), source));
      |                                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = const char*; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringBuilder.h:130:39:   required from ‘JSC::JSValue JSC::jsMakeNontrivialString(ExecState*, const StringType&, const StringTypes& ...) [with StringType = char [10]; StringTypes = {const char*, char [25]}]’
  130 |     String result = WTF::tryMakeString(string, strings...);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:118:66:   required from here
  118 |                     return JSValue::encode(jsMakeNontrivialString(exec, "function ", classInfo->className, "() {\n    [native code]\n}"));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GeneratorFunctionConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GeneratorFunctionConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GeneratorFunctionPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GeneratorFunctionPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GetterSetter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GetterSetter.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GeneratorPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GeneratorPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredType.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredType.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredTypeTable.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredTypeTable.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredValue.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InitializeThreading.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InspectorInstrumentationObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InspectorInstrumentationObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlCollator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlCollator.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlCollator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlCollatorPrototype.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlCollatorPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlCollatorConstructor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlCollatorConstructor.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlDateTimeFormat.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlDateTimeFormat.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlDateTimeFormatConstructor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlDateTimeFormatConstructor.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlDateTimeFormat.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlDateTimeFormatPrototype.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlDateTimeFormatPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlNumberFormat.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlNumberFormat.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlNumberFormatConstructor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlNumberFormatConstructor.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IteratorOperations.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IteratorOperations.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlNumberFormat.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlNumberFormatPrototype.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlNumberFormatPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IteratorPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IteratorPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:242:95:   required from here
  242 |             state.vm().throwException(&state, createRangeError(&state, *property.publicName() + " is out of range"));
      |                                                                        ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = char; StringType2 = const char*; StringType3 = char; StringType4 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:784:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = char; StringType2 = const char*; StringType3 = char; StringType4 = String]’
  784 |     String result = tryMakeString(string1, string2, string3, string4);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:800:64:   required from here
  800 |                         supportedExtensionAddition = makeString('-', key, '-', value);
      |                                                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:841:57:   required from here
  841 |         foundLocale = preExtension + supportedExtension + postExtension;
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:841:57:   required from here
  841 |         foundLocale = preExtension + supportedExtension + postExtension;
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBuffer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferView.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayIterator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSBoundSlotBaseFunction.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSBoundSlotBaseFunction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSBoundFunction.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSBoundFunction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BooleanConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSBoundFunction.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSBoundFunction.cpp:98:64:   required from here
   98 |     function->finishCreation(vm, executable, length, makeString("bound ", name));
      |                                                      ~~~~~~~~~~^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCallee.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCallee.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSConsole.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSConsole.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDataView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDataView.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDataViewPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDataViewPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.cpp:73:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSEnvironmentRecord.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSEnvironmentRecord.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.cpp:46:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGeneratorFunction.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGeneratorFunction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromise.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSInternalPromise.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSInternalPromise.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromiseConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSInternalPromiseConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSInternalPromiseConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromiseDeferred.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSInternalPromiseDeferred.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSInternalPromiseDeferred.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromisePrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSInternalPromisePrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSInternalPromisePrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSJob.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSJob.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLexicalEnvironment.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLexicalEnvironment.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSMapIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSMapIterator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLexicalEnvironment.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleEnvironment.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleEnvironment.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleNamespaceObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleNamespaceObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleRecord.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleRecord.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSNativeStdFunction.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSNativeStdFunction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSNotAnObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSNotAnObject.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleRecord.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleRecord.cpp:710:46:   required from here
  710 |             throwSyntaxError(exec, makeString("Exported binding name '", String(name.get()), "' is not found."));
      |                                    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSONObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSONObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromise.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromise.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromiseConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromiseConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSONObject.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSONObject.cpp:392:35:   required from here
  392 |         m_repeatedGap = makeString(m_repeatedGap, m_gap);
      |                         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.cpp:44:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromisePrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromisePrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromiseDeferred.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPromiseDeferred.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPropertyNameEnumerator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPropertyNameEnumerator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPropertyNameIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSPropertyNameIterator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSScope.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSScope.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSetIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSetIterator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSString.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSString.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringIterator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSScope.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTemplateRegistryKey.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTemplateRegistryKey.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp: In member function ‘unsigned int JSC::JSStringJoiner::joinedLength(JSC::ExecState&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp:85:101: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   85 |     Checked totalSeparatorsLength = separatorLength * (numberOfStrings - 1);
      |                                                                                                     ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:759:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = unsigned int; V = unsigned int; OverflowHandler = RecordOverflow; typename Result::ResultType = unsigned int]’
  759 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp:86:77: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   86 |     Checked totalLength = totalSeparatorsLength + m_accumulatedStringsLength;
      |                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = unsigned int; OverflowHandler = RecordOverflow; typename Result::ResultType = unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp:86:77: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   86 |     Checked totalLength = totalSeparatorsLength + m_accumulatedStringsLength;
      |                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = unsigned int; OverflowHandler = RecordOverflow; typename Result::ResultType = unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = unsigned int; T = unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:76:54:   required from here
   76 |     m_accumulatedStringsLength += string.view.length();
      |                                                      ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = int; T = unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:90:50:   required from here
   90 |     m_accumulatedStringsLength += literal.length();
      |                                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = unsigned int; V = unsigned int; OverflowHandler = RecordOverflow; typename Result::ResultType = unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp:85:101:   required from here
   85 |     Checked totalSeparatorsLength = separatorLength * (numberOfStrings - 1);
      |                                                                                                     ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = unsigned int; V = unsigned int; OverflowHandler = RecordOverflow; typename Result::ResultType = unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDataView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayConstructors.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayConstructors.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayPrototypes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayPrototypes.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayViewConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayViewConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrays.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWeakMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWeakMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = unsigned int; T = unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:76:54:   required from here
   76 |     m_accumulatedStringsLength += string.view.length();
      |                                                      ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = int; T = unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:90:50:   required from here
   90 |     m_accumulatedStringsLength += literal.length();
      |                                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWeakSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWeakSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWithScope.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWithScope.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/LiteralParser.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/LiteralParser.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BatchedTransitionOptimizer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MapConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MapConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MapIteratorPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MapIteratorPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = ASCIILiteral; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.cpp:35:47:   required from here
   35 |         String getterName = WTF::tryMakeString(ASCIILiteral("get "), String(*propertyName.publicName()));
      |                             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MapPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MapPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MathObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MathObject.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/MemoryStatistics.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ModuleAnalyzer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h: In instantiation of ‘std::unique_ptr JSC::parse(VM*, const SourceCode&, const Identifier&, JSParserBuiltinMode, JSParserStrictMode, SourceParseMode, SuperBinding, ParserError&, JSTextPosition*, ConstructorKind, ThisTDZMode) [with ParsedNode = ModuleProgramNode]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:282:84:   required from here
  282 |     std::unique_ptr moduleProgramNode = parse(
      |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~^
  283 |         &vm, sourceCode, Identifier(), JSParserBuiltinMode::NotBuiltin,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             
  284 |         JSParserStrictMode::Strict, SourceParseMode::ModuleAnalyzeMode, SuperBinding::NotNeeded, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:75: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1558 |             *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:71: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1569 |         *positionBeforeLastNewline = parser.positionBeforeLastNewline();
      |                                                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:221:56:   required from here
  221 |     deferred->reject(exec, createError(exec, makeString("Could not open the module '", moduleKey, "'.")));
      |                                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NativeErrorConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NativeErrorConstructor.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NativeErrorPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NativeErrorPrototype.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NativeStdFunctionCell.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NativeStdFunctionCell.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NullGetterFunction.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NullGetterFunction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NullSetterFunction.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NullSetterFunction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NumberConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NumberConstructor.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NumberObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NumberObject.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NumberObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NumberPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/NumberPrototype.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ObjectConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ObjectConstructor.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Operations.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Operations.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ObjectPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ObjectPrototype.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Options.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Options.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Options.cpp:138:44:   required from here
  138 |     aliasedOption = String(&name[4]) + "=" + stringValue;
      |                     ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Options.cpp:615:5:   required from here
  604 |             unaliasedOption = unaliasedOption + equalStr;               \
      |                               ~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ObjectPrototype.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ObjectPrototype.cpp:282:46:   required from here
  282 |         String newString = WTF::tryMakeString("[object ", thisObject->methodTable(exec->vm())->className(thisObject), "]");
      |                            ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GetterSetter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/PropertyDescriptor.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/PropertyName.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/PropertySlot.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/PropertySlot.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/PropertyMapHashTable.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/PropertyTable.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakGCMap.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/PrototypeMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/PrototypeMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ProxyConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ProxyConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ProxyObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ProxyObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ReflectObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ReflectObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpKey.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExp.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExp.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpKey.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExp.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpCache.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpCache.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpCachedResult.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpCachedResult.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpConstructor.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpMatchesArray.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpMatchesArray.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpObject.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RuntimeType.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RuntimeType.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpPrototype.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpPrototype.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = char; StringType2 = String; StringType3 = char; StringType4 = char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringBuilder.h:130:39:   required from ‘JSC::JSValue JSC::jsMakeNontrivialString(ExecState*, const StringType&, const StringTypes& ...) [with StringType = char; StringTypes = {WTF::String, char, char*}]’
  130 |     String result = WTF::tryMakeString(string, strings...);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpPrototype.cpp:204:50:   required from here
  204 |     return JSValue::encode(jsMakeNontrivialString(exec, '/', source, '/', flags.data()));
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SamplingProfiler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SamplingProfiler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericArguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ScopedArguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ScopedArguments.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ScopedArgumentsTable.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ScopedArgumentsTable.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SetConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SetConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SetIteratorPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SetIteratorPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SetPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SetPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SimpleTypedArrayController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/SlotVisitorInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/HeapRootVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SmallStrings.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSScope.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StrictEvalActivation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StrictEvalActivation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringConstructor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringConstructor.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringIteratorPrototype.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringIteratorPrototype.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringObject.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringObject.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringRecursionChecker.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringRecursionChecker.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp: In function ‘JSC::JSValue JSC::normalize(ExecState*, const UChar*, size_t, UNormalizationMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:2014:53: warning: ‘int32_t unorm_normalize_78(const UChar*, int32_t, UNormalizationMode, int32_t, UChar*, int32_t, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
 2014 |     int32_t normalizedStringLength = unorm_normalize(source, sourceLength, form, 0, nullptr, 0, &status);
      |                                                     ^
In file included from /usr/include/unicode/platform.h:25,
                 from /usr/include/unicode/ptypes.h:46,
                 from /usr/include/unicode/umachine.h:46,
                 from /usr/include/unicode/utypes.h:38,
                 from /usr/include/unicode/uchar.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/UniquedStringImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITOperations.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.h:24:
/usr/include/unicode/unorm.h:218:1: note: declared here
  218 | unorm_normalize(const UChar *source, int32_t sourceLength,
      | ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:2028:20: warning: ‘int32_t unorm_normalize_78(const UChar*, int32_t, UNormalizationMode, int32_t, UChar*, int32_t, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
 2028 |     unorm_normalize(source, sourceLength, form, 0, buffer, normalizedStringLength, &status);
      |                    ^
/usr/include/unicode/unorm.h:218:1: note: declared here
  218 | unorm_normalize(const UChar *source, int32_t sourceLength,
      | ^~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = int; T = int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:378:43:   required from here
  378 |         totalLength += substringRanges[i].length;
      |                                           ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = unsigned int; T = int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:380:45:   required from here
  380 |         totalLength += separators[i].length();
      |                                             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringBuilder.h:130:39:   required from ‘JSC::JSValue JSC::jsMakeNontrivialString(ExecState*, const StringType&, const StringTypes& ...) [with StringType = char [6]; StringTypes = {WTF::String, char [7]}]’
  130 |     String result = WTF::tryMakeString(string, strings...);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:1631:50:   required from here
 1631 |     return JSValue::encode(jsMakeNontrivialString(exec, "", s, ""));
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringBuilder.h:130:39:   required from ‘JSC::JSValue JSC::jsMakeNontrivialString(ExecState*, const StringType&, const StringTypes& ...) [with StringType = char [14]; StringTypes = {WTF::String, char [3], WTF::String, char [8]}]’
  130 |     String result = WTF::tryMakeString(string, strings...);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:1735:50:   required from here
 1735 |     return JSValue::encode(jsMakeNontrivialString(exec, "", s, ""));
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StructureChain.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StructureChain.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StructureRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StructureRareData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Symbol.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Symbol.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolConstructor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolConstructor.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Symbol.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = char]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Symbol.cpp:93:22:   required from here
   93 |     return makeString("Symbol(", String(privateName().uid()), ')');
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDestructibleObject.h:4,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSWrapperObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolObject.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Symbol.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolPrototype.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolPrototype.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InferredValue.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TemplateRegistry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TemplateRegistry.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TestRunnerUtils.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RuntimeType.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeLocationCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeLocationCache.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeProfiler.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeProfiler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ClassInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Structure.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeProfilerLog.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeProfilerLog.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RuntimeType.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArrayBufferView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDataView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrayType.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.cpp:168:29:   required from here
  168 |             return ctorName + '?';
      |                    ~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VMEntryScope.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VMEntryScope.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/VirtualRegister.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VarOffset.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VarOffset.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNodeAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLongLivedState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(JSC::Structure*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:64:39: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_set = StructureSet(structure);
      |                                       ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::StructureSet&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:70:17: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   70 |         m_set = other;
      |                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h: In member function ‘JSC::DFG::StructureAbstractValue& JSC::DFG::StructureAbstractValue::operator=(const JSC::DFG::StructureAbstractValue&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:76:23: warning: implicitly-declared ‘JSC::StructureSet& JSC::StructureSet::operator=(const JSC::StructureSet&)’ is deprecated [-Wdeprecated-copy]
   76 |         m_set = other.m_set;
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:76:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::ThrowableExpressionData::setExceptionSourceCode(const JSC::JSTextPosition&, const JSC::JSTextPosition&, const JSC::JSTextPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:330:23: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  330 |             m_divot = divot;
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:72:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:331:28: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  331 |             m_divotStart = divotStart;
      |                            ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:332:26: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
  332 |             m_divotEnd = divotEnd;
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h: In member function ‘void JSC::FunctionMetadataNode::setLoc(unsigned int, unsigned int, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:1863:80: warning: implicitly-declared ‘JSC::JSTextPosition& JSC::JSTextPosition::operator=(const JSC::JSTextPosition&)’ is deprecated [-Wdeprecated-copy]
 1863 |             m_position = JSTextPosition(firstLine, startOffset, lineStartOffset);
      |                                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserTokens.h:172:5: note: because ‘JSC::JSTextPosition’ has user-provided ‘JSC::JSTextPosition::JSTextPosition(const JSC::JSTextPosition&)’
  172 |     JSTextPosition(const JSTextPosition& other) : line(other.line), offset(other.offset), lineStartOffset(other.lineStartOffset) { }
      |     ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakMapConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakMapConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Watchdog.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakMapData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakMapData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakMapPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakMapPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakSetPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakSetPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakSetConstructor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/WeakSetConstructor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProvider.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/CodeProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/CodeProfile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProvider.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/CodeProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/CodeProfiling.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceProvider.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/SourceCode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/FunctionOverrides.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/FunctionOverrides.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/JSDollarVM.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/JSDollarVM.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/JSDollarVMPrototype.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/tools/JSDollarVMPrototype.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/RegularExpression.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/RegularExpression.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp: In member function ‘void JSC::Yarr::ByteCompiler::atomPatternCharacter(UChar, unsigned int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1519:123: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1519 |                 m_bodyDisjunction->terms.append(ByteTerm(lo, hi, inputPosition, frameLocation, quantityCount, quantityType));
      |                                                                                                                           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.h:131:90: note: initializing argument 5 of ‘JSC::Yarr::ByteTerm::ByteTerm(UChar, UChar, int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’
  131 |     ByteTerm(UChar lo, UChar hi, int inputPos, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType)
      |                                                                        ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1524:111: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1524 |         m_bodyDisjunction->terms.append(ByteTerm(ch, inputPosition, frameLocation, quantityCount, quantityType));
      |                                                                                                               ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.h:108:80: note: initializing argument 4 of ‘JSC::Yarr::ByteTerm::ByteTerm(UChar, int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’
  108 |     ByteTerm(UChar ch, int inputPos, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType)
      |                                                              ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp: In member function ‘void JSC::Yarr::ByteCompiler::emitDisjunction(JSC::Yarr::PatternDisjunction*, unsigned int, unsigned int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1850:41: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1850 |                     atomPatternCharacter(term.patternCharacter, currentCountAlreadyChecked - term.inputPosition, term.frameLocation, term.quantityCount, term.quantityType);
      |                     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1509:107: note: initializing argument 4 of ‘void JSC::Yarr::ByteCompiler::atomPatternCharacter(UChar, unsigned int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’
 1509 |     void atomPatternCharacter(UChar ch, unsigned inputPosition, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType)
      |                                                                                         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1854:39: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1854 |                     atomCharacterClass(term.characterClass, term.invert(), currentCountAlreadyChecked- term.inputPosition, term.frameLocation, term.quantityCount, term.quantityType);
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1527:140: note: initializing argument 5 of ‘void JSC::Yarr::ByteCompiler::atomCharacterClass(JSC::Yarr::CharacterClass*, bool, unsigned int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’
 1527 |     void atomCharacterClass(CharacterClass* characterClass, bool invert, unsigned inputPosition, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType)
      |                                                                                                                          ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1858:38: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1858 |                     atomBackReference(term.backReferenceSubpatternId, currentCountAlreadyChecked - term.inputPosition, term.frameLocation, term.quantityCount, term.quantityType);
      |                     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1536:117: note: initializing argument 4 of ‘void JSC::Yarr::ByteCompiler::atomBackReference(unsigned int, unsigned int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’
 1536 |     void atomBackReference(unsigned subpatternId, unsigned inputPosition, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType)
      |                                                                                                   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1876:47: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1876 |                         atomParenthesesOnceEnd(delegateEndInputOffset, term.frameLocation, term.quantityCount, term.quantityType);
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1735:94: note: initializing argument 3 of ‘void JSC::Yarr::ByteCompiler::atomParenthesesOnceEnd(int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’
 1735 |     void atomParenthesesOnceEnd(int inputPosition, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType)
      |                                                                            ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1881:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1881 |                         atomParenthesesTerminalEnd(delegateEndInputOffset, term.frameLocation, term.quantityCount, term.quantityType);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1757:98: note: initializing argument 3 of ‘void JSC::Yarr::ByteCompiler::atomParenthesesTerminalEnd(int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’
 1757 |     void atomParenthesesTerminalEnd(int inputPosition, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType)
      |                                                                                ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1886:53: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1886 |                         atomParenthesesSubpatternEnd(term.parentheses.lastSubpatternId, delegateEndInputOffset, term.frameLocation, term.quantityCount, term.quantityType, term.parentheses.disjunction->m_callFrameSize);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1701:127: note: initializing argument 4 of ‘void JSC::Yarr::ByteCompiler::atomParenthesesSubpatternEnd(unsigned int, int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType, unsigned int)’
 1701 |     void atomParenthesesSubpatternEnd(unsigned lastSubpatternId, int inputPosition, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType, unsigned callFrameSize = 0)
      |                                                                                                             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1905:50: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1905 |                     atomParentheticalAssertionEnd(0, term.frameLocation, term.quantityCount, term.quantityType);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:1603:106: note: initializing argument 3 of ‘void JSC::Yarr::ByteCompiler::atomParentheticalAssertionEnd(unsigned int, unsigned int, WTF::Checked, JSC::Yarr::QuantifierType)’
 1603 |     void atomParentheticalAssertionEnd(unsigned inputPosition, unsigned frameLocation, Checked quantityCount, QuantifierType quantityType)
      |                                                                                        ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp: In member function ‘unsigned int JSC::Yarr::YarrPatternConstructor::setupAlternativeOffsets(JSC::Yarr::PatternAlternative*, unsigned int, unsigned int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:600:50: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  600 |                     currentInputPosition += term.quantityCount;
      |                                                  ^~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:615:78: note: initializing argument 1 of ‘const WTF::Checked WTF::Checked::operator+=(WTF::Checked) [with U = unsigned int; V = WTF::CrashOnOverflow; T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  615 |     template  const Checked operator+=(Checked rhs)
      |                                                                ~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:610:50: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  610 |                     currentInputPosition += term.quantityCount;
      |                                                  ^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:615:78: note: initializing argument 1 of ‘const WTF::Checked WTF::Checked::operator+=(WTF::Checked) [with U = unsigned int; V = WTF::CrashOnOverflow; T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  615 |     template  const Checked operator+=(Checked rhs)
      |                                                                ~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:650:62: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  650 |         alternative->m_minimumSize = (currentInputPosition - initialInputPosition).unsafeGet();
      |                                                              ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:754:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator-(Checked, V) [with U = unsigned int; V = unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = unsigned int]’
  754 | template  static inline Checked::ResultType, OverflowHandler> operator-(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = unsigned int; T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:622:79:   required from here
  622 |                         currentInputPosition += term.parentheses.disjunction->m_minimumSize;
      |                                                                               ^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator-(Checked, V) [with U = unsigned int; V = unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:650:62:   required from here
  650 |         alternative->m_minimumSize = (currentInputPosition - initialInputPosition).unsafeGet();
      |                                                              ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:756:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  756 |     return lhs - Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:725:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator-(Checked, Checked) [with U = unsigned int; V = unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = unsigned int]’
  725 | template  static inline Checked::ResultType, OverflowHandler> operator-(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/Yarr.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.h: In instantiation of ‘void JSC::Yarr::YarrGenerator::optimizeAlternative(JSC::Yarr::PatternAlternative*) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2435:9:   required from ‘void JSC::Yarr::YarrGenerator::opCompileAlternative(JSC::Yarr::PatternAlternative*) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly]’
 2435 |         optimizeAlternative(alternative);
      |         ^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2481:17:   required from ‘void JSC::Yarr::YarrGenerator::opCompileBody(JSC::Yarr::PatternDisjunction*) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly]’
 2481 |                 opCompileAlternative(alternative);
      |                 ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2649:9:   required from ‘void JSC::Yarr::YarrGenerator::compile(JSC::VM*, JSC::Yarr::YarrCodeBlock&) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly]’
 2649 |         opCompileBody(m_pattern.m_body);
      |         ^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2716:64:   required from here
 2716 |         YarrGenerator(vm, pattern, charSize).compile(vm, jitObject);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.h:80:8: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   80 | struct PatternTerm {
      |        ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:38: note: initializing argument 1 of ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                              ~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:137:43: note: synthesized method ‘JSC::Yarr::PatternTerm& JSC::Yarr::PatternTerm::operator=(const JSC::Yarr::PatternTerm&)’ first required here
  137 |                 alternative->m_terms[i] = nextTerm;
      |                                           ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = int; V = int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:894:149:   required from ‘void JSC::Yarr::YarrGenerator::generatePatternCharacterFixed(size_t) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly; size_t = long unsigned int]’
  894 |         BaseIndex address(input, countRegister, m_charScale, (Checked(term->inputPosition - m_checked + Checked(term->quantityCount)) * static_cast(m_charSize == Char8 ? sizeof(char) : sizeof(UChar))).unsafeGet());
      |                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:1244:21:   required from ‘void JSC::Yarr::YarrGenerator::generateTerm(size_t) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly; size_t = long unsigned int]’
 1244 |                     generatePatternCharacterFixed(opIndex);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:1378:17:   required from ‘void JSC::Yarr::YarrGenerator::generate() [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly]’
 1378 |                 generateTerm(opIndex);
      |                 ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2656:9:   required from ‘void JSC::Yarr::YarrGenerator::compile(JSC::VM*, JSC::Yarr::YarrCodeBlock&) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly]’
 2656 |         generate();
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2716:64:   required from here
 2716 |         YarrGenerator(vm, pattern, charSize).compile(vm, jitObject);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = int; V = int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(U, Checked) [with U = int; V = long int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:894:108:   required from ‘void JSC::Yarr::YarrGenerator::generatePatternCharacterFixed(size_t) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly; size_t = long unsigned int]’
  894 |         BaseIndex address(input, countRegister, m_charScale, (Checked(term->inputPosition - m_checked + Checked(term->quantityCount)) * static_cast(m_charSize == Char8 ? sizeof(char) : sizeof(UChar))).unsafeGet());
      |                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:1244:21:   required from ‘void JSC::Yarr::YarrGenerator::generateTerm(size_t) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly; size_t = long unsigned int]’
 1244 |                     generatePatternCharacterFixed(opIndex);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:1378:17:   required from ‘void JSC::Yarr::YarrGenerator::generate() [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly]’
 1378 |                 generateTerm(opIndex);
      |                 ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2656:9:   required from ‘void JSC::Yarr::YarrGenerator::compile(JSC::VM*, JSC::Yarr::YarrCodeBlock&) [with JSC::Yarr::YarrJITCompileMode compileMode = JSC::Yarr::MatchOnly]’
 2656 |         generate();
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2716:64:   required from here
 2716 |         YarrGenerator(vm, pattern, charSize).compile(vm, jitObject);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:766:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  766 |     return Checked(lhs) + rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = int; V = long int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrSyntaxChecker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrSyntaxChecker.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorFrontendDispatchers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorFrontendDispatchers.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = char; StringType2 = const char*; StringType3 = char; StringType4 = String; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = char; StringType2 = const char*; StringType3 = char; StringType4 = String; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp:96:95:   required from here
   96 |         m_backendDispatcher->reportProtocolError(BackendDispatcher::MethodNotFound, makeString('\'', "ApplicationCache", '.', method, "' was not found"));
      |                                                                                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/builtins/BuiltinExecutables.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/JSCBuiltins.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSStringRefQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSGrammar.y:62.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
   62 | %pure-parser
      | ^~~~~~~~~~~~
      | %define api.pure
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSGrammar.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathGrammar.y:50.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
   50 | %pure-parser
      | ^~~~~~~~~~~~
      | %define api.pure
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathGrammar.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGBlock.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGBlock.cpp:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedBoolean.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.cpp:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PODRedBlackTree.h:77,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PODIntervalTree.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGBlock.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderInline.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInline.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedBoolean.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTransformList.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGBlock.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGImage.cpp:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:65:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   65 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInline.cpp: In member function ‘virtual std::unique_ptr WebCore::RenderSVGInline::createInlineFlowBox()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInline.cpp:43:12: note: in expansion of macro ‘WTFMove’
   43 |     return WTFMove(box);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInline.cpp:43:12: note: in expansion of macro ‘WTFMove’
   43 |     return WTFMove(box);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp: In member function ‘virtual std::unique_ptr WebCore::RenderSVGInlineText::createTextBox()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp:116:12: note: in expansion of macro ‘WTFMove’
  116 |     return WTFMove(box);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp:116:12: note: in expansion of macro ‘WTFMove’
  116 |     return WTFMove(box);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:58:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   58 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:59:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   59 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:60:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   60 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:41:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   41 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:46:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘void WebCore::LinearGradientAttributes::setX1(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:44:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   44 |     void setX1(const SVGLength& value) { m_x1 = value; m_x1Set = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘void WebCore::LinearGradientAttributes::setY1(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:45:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   45 |     void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘void WebCore::LinearGradientAttributes::setX2(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:46:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   46 |     void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘void WebCore::LinearGradientAttributes::setY2(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:47:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   47 |     void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘WebCore::LinearGradientAttributes& WebCore::LinearGradientAttributes::operator=(WebCore::LinearGradientAttributes&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct LinearGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct LinearGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct LinearGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct LinearGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp: In member function ‘virtual bool WebCore::RenderSVGResourceLinearGradient::collectGradientAttributes()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp:38:45: note: synthesized method ‘WebCore::LinearGradientAttributes& WebCore::LinearGradientAttributes::operator=(WebCore::LinearGradientAttributes&&)’ first required here
   38 |     m_attributes = LinearGradientAttributes();
      |                                             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:146:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  146 |         DECLARE_ANIMATED_LENGTH(RefX, refX)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:147:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  147 |         DECLARE_ANIMATED_LENGTH(RefY, refY)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:148:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  148 |         DECLARE_ANIMATED_LENGTH(MarkerWidth, markerWidth)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:149:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  149 |         DECLARE_ANIMATED_LENGTH(MarkerHeight, markerHeight)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourcePattern.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourcePattern.cpp:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:49:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h: In member function ‘void WebCore::PatternAttributes::setX(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h:67:15: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   67 |         m_x = value;
      |               ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h: In member function ‘void WebCore::PatternAttributes::setY(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h:73:15: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   73 |         m_y = value;
      |               ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h: In member function ‘void WebCore::PatternAttributes::setWidth(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h:79:19: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   79 |         m_width = value;
      |                   ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h: In member function ‘void WebCore::PatternAttributes::setHeight(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h:85:20: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   85 |         m_height = value;
      |                    ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:71:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   71 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:72:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   72 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:73:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   73 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setCx(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:47:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   47 |     void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setCy(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:48:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   48 |     void setCy(const SVGLength& value) { m_cy = value; m_cySet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setR(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:49:47: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setR(const SVGLength& value) { m_r = value; m_rSet = true; }
      |                                               ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setFx(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:50:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   50 |     void setFx(const SVGLength& value) { m_fx = value; m_fxSet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setFy(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:51:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   51 |     void setFy(const SVGLength& value) { m_fy = value; m_fySet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setFr(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:52:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   52 |     void setFr(const SVGLength& value) { m_fr = value; m_frSet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Fx, fx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Fy, fy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFrBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Fr, fr)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘WebCore::RadialGradientAttributes& WebCore::RadialGradientAttributes::operator=(WebCore::RadialGradientAttributes&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct RadialGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct RadialGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct RadialGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct RadialGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct RadialGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:26:8: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   26 | struct RadialGradientAttributes : GradientAttributes {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp: In member function ‘virtual bool WebCore::RenderSVGResourceRadialGradient::collectGradientAttributes()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp:38:45: note: synthesized method ‘WebCore::RadialGradientAttributes& WebCore::RadialGradientAttributes::operator=(WebCore::RadialGradientAttributes&&)’ first required here
   38 |     m_attributes = RadialGradientAttributes();
      |                                             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTransformList.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:65:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   65 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:146:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  146 |         DECLARE_ANIMATED_LENGTH(RefX, refX)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:147:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  147 |         DECLARE_ANIMATED_LENGTH(RefY, refY)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:148:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  148 |         DECLARE_ANIMATED_LENGTH(MarkerWidth, markerWidth)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:149:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  149 |         DECLARE_ANIMATED_LENGTH(MarkerHeight, markerHeight)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGText.cpp: In member function ‘virtual std::unique_ptr WebCore::RenderSVGText::createRootInlineBox()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGText.cpp:429:12: note: in expansion of macro ‘WTFMove’
  429 |     return WTFMove(box);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGText.cpp:429:12: note: in expansion of macro ‘WTFMove’
  429 |     return WTFMove(box);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h: In member function ‘void WebCore::SVGTextPathElement::setStartOffsetBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h:139:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  139 |         DECLARE_ANIMATED_LENGTH(StartOffset, startOffset)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h: In member function ‘void WebCore::SVGTextPathElement::setStartOffsetBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h:139:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  139 |         DECLARE_ANIMATED_LENGTH(StartOffset, startOffset)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:62:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   62 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:58:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   58 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:59:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   59 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:60:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   60 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:41:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   41 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGradientElement.cpp:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:111:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘void WebCore::LinearGradientAttributes::setX1(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:44:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   44 |     void setX1(const SVGLength& value) { m_x1 = value; m_x1Set = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘void WebCore::LinearGradientAttributes::setY1(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:45:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   45 |     void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘void WebCore::LinearGradientAttributes::setX2(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:46:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   46 |     void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h: In member function ‘void WebCore::LinearGradientAttributes::setY2(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/LinearGradientAttributes.h:47:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   47 |     void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGradientElement.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setCx(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:47:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   47 |     void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setCy(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:48:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   48 |     void setCy(const SVGLength& value) { m_cy = value; m_cySet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setR(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:49:47: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setR(const SVGLength& value) { m_r = value; m_rSet = true; }
      |                                               ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setFx(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:50:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   50 |     void setFx(const SVGLength& value) { m_fx = value; m_fxSet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setFy(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:51:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   51 |     void setFy(const SVGLength& value) { m_fy = value; m_fySet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h: In member function ‘void WebCore::RadialGradientAttributes::setFr(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/RadialGradientAttributes.h:52:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   52 |     void setFr(const SVGLength& value) { m_fr = value; m_frSet = true; }
      |                                                 ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Fx, fx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Fy, fy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFrBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Fr, fr)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:117:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:71:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   71 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:72:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   72 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:73:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   73 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.cpp:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:144:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h: In member function ‘void WebCore::PatternAttributes::setX(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h:67:15: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   67 |         m_x = value;
      |               ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h: In member function ‘void WebCore::PatternAttributes::setY(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h:73:15: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   73 |         m_y = value;
      |               ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h: In member function ‘void WebCore::PatternAttributes::setWidth(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h:79:19: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   79 |         m_width = value;
      |                   ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h: In member function ‘void WebCore::PatternAttributes::setHeight(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/PatternAttributes.h:85:20: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   85 |         m_height = value;
      |                    ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:152:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.cpp: In member function ‘virtual void WebCore::SVGSVGElement::parseAttribute(const WebCore::QualifiedName&, const WTF::AtomicString&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.cpp:245:69: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  245 |             length = SVGLength(LengthModeWidth, ASCIILiteral("100%"));
      |                                                                     ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.cpp:253:70: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  253 |             length = SVGLength(LengthModeHeight, ASCIILiteral("100%"));
      |                                                                      ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:163:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextContentElement.cpp: In member function ‘virtual void WebCore::SVGTextContentElement::parseAttribute(const WebCore::QualifiedName&, const WTF::AtomicString&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextContentElement.cpp:251:108: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  251 |         m_textLength.value = SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths);
      |                                                                                                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextContentElement.cpp: In member function ‘virtual void WebCore::SVGTextContentElement::svgAttributeChanged(const WebCore::QualifiedName&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextContentElement.cpp:267:46: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  267 |         m_specifiedTextLength = m_textLength.value;
      |                                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h: In instantiation of ‘void WebCore::SVGAnimatedTypeAnimator::resetFromBaseValue(const WebCore::SVGElementAnimatedPropertyList&, WebCore::SVGAnimatedType&, typename AnimValType::ContentType& (WebCore::SVGAnimatedType::*)()) [with AnimValType = WebCore::SVGAnimatedPropertyTearOff; WebCore::SVGElementAnimatedPropertyList = WTF::Vector; typename AnimValType::ContentType = WebCore::SVGLength]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.cpp:59:42:   required from here
   59 |     resetFromBaseValue(animatedTypes, type, &SVGAnimatedType::length);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:83:27: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
   83 |         animatedTypeValue = castAnimatedPropertyToActualType(animatedTypes[0].properties[0].get())->currentBaseValue();
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimateElementBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimateColorElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimateColorElement.cpp:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimationElement.h: In instantiation of ‘void WebCore::SVGAnimationElement::adjustForInheritance(AnimatedType (*)(WebCore::SVGAnimationElement*, const WTF::String&), WebCore::AnimatedPropertyValueType, AnimatedType&, WebCore::SVGElement*) [with AnimatedType = WebCore::SVGLength]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.cpp:100:56:   required from here
  100 |     m_animationElement->adjustForInheritance(parseLengthFromString, m_animationElement->fromPropertyValueType(), fromSVGLength, m_contextElement);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimationElement.h:109:22: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  109 |         animatedType = (*parseTypeFromString)(this, typeString);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:136:1: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
  136 | SVGLength::SVGLength(const SVGLength& other)
      | ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAngle.cpp:117:56:   required from here
  117 |         return String::number(m_valueInSpecifiedUnits) + degString.get();
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTransformList.cpp:45:72:   required from here
   45 |     animatedType->transformList().parse(m_transformTypeString + string + ')');
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
  246 |         return String::number(m_data.rect->x()) + ' ' + String::number(m_data.rect->y()) + ' '
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  247 |              + String::number(m_data.rect->width()) + ' ' + String::number(m_data.rect->height());
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGDocumentExtensions.cpp:134:66:   required from here
  134 |     reportMessage(m_document, MessageLevel::Warning, "Warning: " + message);
      |                                                      ~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, AtomicString>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::AtomicString>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.cpp:355:93:   required from here
  355 |     String errorString = "<" + tagName() + "> attribute " + name.toString() + "=\"" + value + "\"";
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp:113:113:   required from here
  113 |             document().accessSVGExtensions().reportWarning("feConvolveMatrix: problem parsing order=\"" + value + "\". Filtered element will not be displayed.");
      |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFitToViewBox.cpp:58:85:   required from here
   58 |         doc->accessSVGExtensions().reportWarning("Problem parsing viewBox=\"" + str + "\"");
      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:249:52:   required from here
  249 |     return String::number(m_valueInSpecifiedUnits) + lengthTypeToString(extractType(m_unit));
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPaint.cpp:90:38:   required from here
   90 |         return "url(" + m_uri + ") " + color;
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPaint.cpp:93:31:   required from here
   93 |         return "url(" + m_uri + ')';
      |                ~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
  246 |         return String::number(m_data.rect->x()) + ' ' + String::number(m_data.rect->y()) + ' '
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  247 |              + String::number(m_data.rect->width()) + ' ' + String::number(m_data.rect->height());
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::AtomicString]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, AtomicString>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::AtomicString>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.cpp:355:93:   required from here
  355 |     String errorString = "<" + tagName() + "> attribute " + name.toString() + "=\"" + value + "\"";
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::AtomicString]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp:113:113:   required from here
  113 |             document().accessSVGExtensions().reportWarning("feConvolveMatrix: problem parsing order=\"" + value + "\". Filtered element will not be displayed.");
      |                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
  246 |         return String::number(m_data.rect->x()) + ' ' + String::number(m_data.rect->y()) + ' '
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  247 |              + String::number(m_data.rect->width()) + ' ' + String::number(m_data.rect->height());
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = AtomicString]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::AtomicString]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, AtomicString>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::AtomicString>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.cpp:355:93:   required from here
  355 |     String errorString = "<" + tagName() + "> attribute " + name.toString() + "=\"" + value + "\"";
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
  246 |         return String::number(m_data.rect->x()) + ' ' + String::number(m_data.rect->y()) + ' '
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  247 |              + String::number(m_data.rect->width()) + ' ' + String::number(m_data.rect->height());
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
  246 |         return String::number(m_data.rect->x()) + ' ' + String::number(m_data.rect->y()) + ' '
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  247 |              + String::number(m_data.rect->width()) + ' ' + String::number(m_data.rect->height());
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
  246 |         return String::number(m_data.rect->x()) + ' ' + String::number(m_data.rect->y()) + ' '
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  247 |              + String::number(m_data.rect->width()) + ' ' + String::number(m_data.rect->height());
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTable.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/AutoTableLayout.cpp:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderingAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/TableLayout.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/AutoTableLayout.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/AutoTableLayout.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp: In member function ‘virtual WTF::Ref WebCore::BasicShapeCircle::blend(const WebCore::BasicShape&, double) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:204:12: note: in expansion of macro ‘WTFMove’
  204 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:204:12: note: in expansion of macro ‘WTFMove’
  204 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp: In member function ‘virtual WTF::Ref WebCore::BasicShapeEllipse::blend(const WebCore::BasicShape&, double) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:263:16: note: in expansion of macro ‘WTFMove’
  263 |         return WTFMove(result);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:263:16: note: in expansion of macro ‘WTFMove’
  263 |         return WTFMove(result);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:270:12: note: in expansion of macro ‘WTFMove’
  270 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:270:12: note: in expansion of macro ‘WTFMove’
  270 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp: In member function ‘virtual WTF::Ref WebCore::BasicShapePolygon::blend(const WebCore::BasicShape&, double) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:317:16: note: in expansion of macro ‘WTFMove’
  317 |         return WTFMove(result);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:317:16: note: in expansion of macro ‘WTFMove’
  317 |         return WTFMove(result);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:326:12: note: in expansion of macro ‘WTFMove’
  326 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:326:12: note: in expansion of macro ‘WTFMove’
  326 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp: In member function ‘virtual WTF::Ref WebCore::BasicShapePath::blend(const WebCore::BasicShape&, double) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:368:12: note: in expansion of macro ‘WTFMove’
  368 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:368:12: note: in expansion of macro ‘WTFMove’
  368 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp: In member function ‘virtual WTF::Ref WebCore::BasicShapeInset::blend(const WebCore::BasicShape&, double) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:430:12: note: in expansion of macro ‘WTFMove’
  430 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:430:12: note: in expansion of macro ‘WTFMove’
  430 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp: In member function ‘virtual WebCore::RenderPtr WebCore::ImageContentData::createContentRenderer(WebCore::Document&, const WebCore::RenderStyle&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp:55:12: note: in expansion of macro ‘WTFMove’
   55 |     return WTFMove(image);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp:55:12: note: in expansion of macro ‘WTFMove’
   55 |     return WTFMove(image);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp: In member function ‘virtual WebCore::RenderPtr WebCore::TextContentData::createContentRenderer(WebCore::Document&, const WebCore::RenderStyle&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp:62:12: note: in expansion of macro ‘WTFMove’
   62 |     return WTFMove(fragment);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp:62:12: note: in expansion of macro ‘WTFMove’
   62 |     return WTFMove(fragment);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp: In member function ‘virtual WebCore::RenderPtr WebCore::QuoteContentData::createContentRenderer(WebCore::Document&, const WebCore::RenderStyle&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp:74:12: note: in expansion of macro ‘WTFMove’
   74 |     return WTFMove(quote);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ContentData.cpp:74:12: note: in expansion of macro ‘WTFMove’
   74 |     return WTFMove(quote);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/AutoTableLayout.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/GridResolvedPosition.cpp:68:21:   required from here
   68 |     return lineName + (isStartSide(side) ? "-start" : "-end");
      |            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.cpp:1009:56:   required from here
 1009 |                 textContent.setText(textContent.text() + string);
      |                                     ~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FilterEffectRenderer.cpp:43,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderingAllInOne.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FilterEffectRenderer.cpp:44:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:65:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   65 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextBreakIterator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextBoundaries.cpp:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.cpp: In static member function ‘static WebCore::RenderPtr WebCore::RenderElement::createFor(WebCore::Element&, WTF::Ref&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.cpp:158:16: note: in expansion of macro ‘WTFMove’
  158 |         return WTFMove(image);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.cpp:158:16: note: in expansion of macro ‘WTFMove’
  158 |         return WTFMove(image);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextAllInOne.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextEncoding.cpp: In member function ‘WTF::CString WebCore::TextEncoding::encode(WTF::StringView, WebCore::UnencodableHandling) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextEncoding.cpp:86:25: warning: ‘UNormalizationCheckResult unorm_quickCheck_78(const UChar*, int32_t, UNormalizationMode, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
   86 |     if (unorm_quickCheck(source, sourceLength, UNORM_NFC, &err) != UNORM_YES) {
      |                         ^
In file included from /usr/include/unicode/platform.h:25,
                 from /usr/include/unicode/ptypes.h:46,
                 from /usr/include/unicode/umachine.h:46,
                 from /usr/include/unicode/utypes.h:38,
                 from /usr/include/unicode/uchar.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextBoundaries.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextBoundaries.cpp:28:
/usr/include/unicode/unorm.h:244:1: note: declared here
  244 | unorm_quickCheck(const UChar *source, int32_t sourcelength,
      | ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextEncoding.cpp:89:51: warning: ‘int32_t unorm_normalize_78(const UChar*, int32_t, UNormalizationMode, int32_t, UChar*, int32_t, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
   89 |         int32_t normalizedLength = unorm_normalize(source, sourceLength, UNORM_NFC, 0, normalizedCharacters.data(), sourceLength, &err);
      |                                                   ^
/usr/include/unicode/unorm.h:218:1: note: declared here
  218 | unorm_normalize(const UChar *source, int32_t sourceLength,
      | ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextEncoding.cpp:93:47: warning: ‘int32_t unorm_normalize_78(const UChar*, int32_t, UNormalizationMode, int32_t, UChar*, int32_t, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
   93 |             normalizedLength = unorm_normalize(source, sourceLength, UNORM_NFC, 0, normalizedCharacters.data(), normalizedLength, &err);
      |                                               ^
/usr/include/unicode/unorm.h:218:1: note: declared here
  218 | unorm_normalize(const UChar *source, int32_t sourceLength,
      | ^~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextBoundaries.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuffer.h:44:90:   required from ‘WTF::StringBuffer::StringBuffer(unsigned int) [with CharType = char16_t]’
   44 |         , m_data(m_length ? static_cast(fastMalloc((Checked(m_length) * sizeof(CharType)).unsafeGet())) : nullptr)
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextCodecUTF16.cpp:77:40:   required from here
   77 |     StringBuffer buffer(numChars);
      |                                        ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.cpp:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTableCell.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineTextBox.cpp:1032:42:   required from here
 1032 |         *hyphenatedStringBuffer = string + hyphenString;
      |                                   ~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderCounter.cpp:401:41:   required from here
  400 |             text = listMarkerText(m_counter.listStyle(), child->countInParent())
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  401 |                 + m_counter.separator() + text;
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.cpp:3234:104:   required from here
 3234 |     renderer().document().addConsoleMessage(MessageSource::Other, MessageLevel::Debug, "RenderLayer: " + message);
      |                                                                                        ~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerCompositor.cpp:1850:69:   required from here
 1850 |         return m_renderView.frameView().trackedRepaintRectsAsText() + layerTreeText;
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderListMarker.cpp:1359:54:   required from here
 1359 |                 toDraw = m_text + String(&suffix, 1) + String(&space, 1);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuffer.h:44:90:   required from ‘WTF::StringBuffer::StringBuffer(unsigned int) [with CharType = char16_t]’
   44 |         , m_data(m_length ? static_cast(fastMalloc((Checked(m_length) * sizeof(CharType)).unsafeGet())) : nullptr)
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderText.cpp:146:54:   required from here
  146 |     StringBuffer stringWithPrevious(length + 1);
      |                                                      ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTreeAsText.cpp:426:60:   required from here
  426 |                 ts << " id=\"" + element->getIdAttribute() + "\"";
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::AtomicString]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTreeAsText.cpp:426:60:   required from here
  426 |                 ts << " id=\"" + element->getIdAttribute() + "\"";
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCache.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCache.cpp:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCache.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/PerGlobalObjectWrapperWorld.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/CommandLineAPIHost.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/CommandLineAPIHost.cpp:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCache.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:534:215:   required from here
  534 |             m_frame->document()->addConsoleMessage(MessageSource::AppCache, MessageLevel::Error, "Application Cache update failed, because " + m_currentHandle->firstRequest().url().stringCenterEllipsizedToLength() +
      |                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  535 |                 ((response.httpStatusCode() / 100 != 2) ? " could not be fetched." : " was redirected."));
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:660:104:   required from here
  660 |         m_frame->document()->addConsoleMessage(MessageSource::AppCache, MessageLevel::Error, makeString("Application Cache manifest could not be fetched, because the manifest had a ", String::number(response.httpStatusCode()), " response."));
      |                                                                                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp:1310:63:   required from here
 1310 |         path = encodeForFileName(createCanonicalUUIDString()) + fileExtension;
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:534:215:   required from here
  534 |             m_frame->document()->addConsoleMessage(MessageSource::AppCache, MessageLevel::Error, "Application Cache update failed, because " + m_currentHandle->firstRequest().url().stringCenterEllipsizedToLength() +
      |                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  535 |                 ((response.httpStatusCode() / 100 != 2) ? " could not be fetched." : " was redirected."));
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/CommandLineAPIHost.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PrintStream.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/Disassembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/AbstractPC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:51:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/CommandLineAPIHost.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorCSSAgent.cpp: In member function ‘WTF::RefPtr > WebCore::InspectorCSSAgent::buildArrayForMatchedRuleList(const WTF::Vector >&, WebCore::StyleResolver&, WebCore::Element*, WebCore::PseudoId)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorCSSAgent.cpp:1064:12: note: in expansion of macro ‘WTFMove’
 1064 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorCSSAgent.cpp:1064:12: note: in expansion of macro ‘WTFMove’
 1064 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorCSSAgent.cpp: In member function ‘WTF::RefPtr > WebCore::InspectorCSSAgent::buildArrayForRegions(WebCore::ErrorString&, WTF::RefPtr&&, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorCSSAgent.cpp:1118:12: note: in expansion of macro ‘WTFMove’
 1118 |     return WTFMove(regions);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorCSSAgent.cpp:1118:12: note: in expansion of macro ‘WTFMove’
 1118 |     return WTFMove(regions);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.cpp: In member function ‘WTF::RefPtr > WebCore::InspectorDOMAgent::buildArrayForPseudoElements(const WebCore::Element&, NodeToIdMap*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.cpp:1432:12: note: in expansion of macro ‘WTFMove’
 1432 |     return WTFMove(pseudoElements);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.cpp:1432:12: note: in expansion of macro ‘WTFMove’
 1432 |     return WTFMove(pseudoElements);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.cpp: In member function ‘WTF::RefPtr WebCore::InspectorDOMAgent::buildObjectForAccessibilityProperties(WebCore::Node*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.cpp:1787:12: note: in expansion of macro ‘WTFMove’
 1787 |     return WTFMove(value);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.cpp:1787:12: note: in expansion of macro ‘WTFMove’
 1787 |     return WTFMove(value);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorNetworkAgent.cpp: In function ‘WTF::RefPtr WebCore::buildObjectForResourceResponse(const ResourceResponse&, DocumentLoader*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorNetworkAgent.cpp:237:12: note: in expansion of macro ‘WTFMove’
  237 |     return WTFMove(responseObject);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorNetworkAgent.cpp:237:12: note: in expansion of macro ‘WTFMove’
  237 |     return WTFMove(responseObject);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorNetworkAgent.cpp: In member function ‘WTF::RefPtr WebCore::InspectorNetworkAgent::buildInitiatorObject(WebCore::Document*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorNetworkAgent.cpp:515:16: note: in expansion of macro ‘WTFMove’
  515 |         return WTFMove(initiatorObject);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorNetworkAgent.cpp:515:16: note: in expansion of macro ‘WTFMove’
  515 |         return WTFMove(initiatorObject);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorNetworkAgent.cpp:524:16: note: in expansion of macro ‘WTFMove’
  524 |         return WTFMove(initiatorObject);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorNetworkAgent.cpp:524:16: note: in expansion of macro ‘WTFMove’
  524 |         return WTFMove(initiatorObject);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp: In function ‘WTF::RefPtr > WebCore::buildArrayForRendererFragments(RenderObject*, const HighlightConfig&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:589:12: note: in expansion of macro ‘WTFMove’
  589 |     return WTFMove(arrayOfFragments);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:589:12: note: in expansion of macro ‘WTFMove’
  589 |     return WTFMove(arrayOfFragments);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp: In function ‘WTF::RefPtr WebCore::buildObjectForShapeOutside(Frame*, RenderBox*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:692:12: note: in expansion of macro ‘WTFMove’
  692 |     return WTFMove(shapeObject);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:692:12: note: in expansion of macro ‘WTFMove’
  692 |     return WTFMove(shapeObject);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp: In function ‘WTF::RefPtr WebCore::buildObjectForElementData(Node*, HighlightType)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:791:12: note: in expansion of macro ‘WTFMove’
  791 |     return WTFMove(elementData);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:791:12: note: in expansion of macro ‘WTFMove’
  791 |     return WTFMove(elementData);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp: In member function ‘WTF::RefPtr WebCore::InspectorOverlay::buildHighlightObjectForNode(WebCore::Node*, WebCore::HighlightType) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:820:12: note: in expansion of macro ‘WTFMove’
  820 |     return WTFMove(nodeHighlightObject);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:820:12: note: in expansion of macro ‘WTFMove’
  820 |     return WTFMove(nodeHighlightObject);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp: In function ‘WTF::RefPtr WebCore::asCSSRuleList(CSSStyleSheet*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:202:12: note: in expansion of macro ‘WTFMove’
  202 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:202:12: note: in expansion of macro ‘WTFMove’
  202 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp: In member function ‘WTF::RefPtr WebCore::InspectorStyle::buildObjectForStyle() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:312:12: note: in expansion of macro ‘WTFMove’
  312 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:312:12: note: in expansion of macro ‘WTFMove’
  312 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp: In member function ‘WTF::RefPtr WebCore::InspectorStyleSheet::buildObjectForStyleSheet()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:803:12: note: in expansion of macro ‘WTFMove’
  803 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:803:12: note: in expansion of macro ‘WTFMove’
  803 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp: In member function ‘WTF::RefPtr WebCore::InspectorStyleSheet::buildObjectForRule(WebCore::CSSStyleRule*, WebCore::Element*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:963:12: note: in expansion of macro ‘WTFMove’
  963 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:963:12: note: in expansion of macro ‘WTFMove’
  963 |     return WTFMove(result);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorClient.cpp:49:88:   required from here
   49 |     String dispatchToFrontend = "InspectorFrontendAPI.dispatchMessageAsync(" + message + ");";
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp:126:60:   required from here
  126 |     setBreakpoint(error, String(listenerEventCategoryType) + eventName);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp:209:29:   required from here
  209 |     errorString = makeString("Unknown DOM breakpoint type: ", typeString);
      |                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = char]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:929:77:   required from here
  929 |     overlayPage()->mainFrame().script().evaluate(ScriptSourceCode(makeString("dispatch(", command->toJSONString(), ')')));
      |                                                                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/WebConsoleAgent.cpp:85:171:   required from here
   85 |         String message = "Failed to load resource: the server responded with a status of " + String::number(response.httpStatusCode()) + " (" + response.httpStatusText() + ')';
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameOwnerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.cpp:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElementsAllInOne.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/WebConsoleAgent.cpp:85:171:   required from here
   85 |         String message = "Failed to load resource: the server responded with a status of " + String::number(response.httpStatusCode()) + " (" + response.httpStatusText() + ')';
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCanvasElement.cpp:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElementsAllInOne.cpp:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In constructor ‘WebCore::CanvasStyle::CanvasStyle(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:144:15: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  144 |         memcpy(this, &other, sizeof(CanvasStyle));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In member function ‘WebCore::CanvasStyle& WebCore::CanvasStyle::operator=(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:151:19: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  151 |             memcpy(this, &other, sizeof(CanvasStyle));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInImageElement.cpp: In member function ‘virtual WebCore::RenderPtr WebCore::HTMLPlugInImageElement::createElementRenderer(WTF::Ref&&, const WebCore::RenderTreePosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInImageElement.cpp:213:16: note: in expansion of macro ‘WTFMove’
  213 |         return WTFMove(renderSnapshottedPlugIn);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInImageElement.cpp:213:16: note: in expansion of macro ‘WTFMove’
  213 |         return WTFMove(renderSnapshottedPlugIn);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AlternativeTextClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AlternativeTextController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AlternativeTextController.cpp:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/EditingAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableElement.cpp: In member function ‘WTF::RefPtr WebCore::HTMLTableElement::insertRow(int, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableElement.cpp:244:20: note: in expansion of macro ‘WTFMove’
  244 |             return WTFMove(newRow);
      |                    ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableElement.cpp:244:20: note: in expansion of macro ‘WTFMove’
  244 |             return WTFMove(newRow);
      |                    ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableElement.cpp:250:12: note: in expansion of macro ‘WTFMove’
  250 |     return WTFMove(newRow);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableElement.cpp:250:12: note: in expansion of macro ‘WTFMove’
  250 |     return WTFMove(newRow);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableRowElement.cpp: In member function ‘WTF::RefPtr WebCore::HTMLTableRowElement::insertCell(int, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableRowElement.cpp:126:12: note: in expansion of macro ‘WTFMove’
  126 |     return WTFMove(cell);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableRowElement.cpp:126:12: note: in expansion of macro ‘WTFMove’
  126 |     return WTFMove(cell);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.cpp:331:36:   required from here
  331 |     return AtomicString(String("#" + fragmentIdentifier));
      |                                ~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.cpp:351:29:   required from here
  351 |     return url.host() + ":" + String::number(url.port());
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.cpp:375:66:   required from here
  375 |             url.setHostAndPort(value.substring(0, separator + 1) + "0");
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMediaElement.cpp:108,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElementsAllInOne.cpp:79:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AppendNodeCommand.cpp:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/EditingAllInOne.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AlternativeTextController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/EditingAllInOne.cpp:80:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp: In function ‘void WebCore::normalizeCharacters(const UChar*, unsigned int, WTF::Vector&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:1953:40: warning: ‘int32_t unorm_normalize_78(const UChar*, int32_t, UNormalizationMode, int32_t, UChar*, int32_t, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
 1953 |     size_t bufferSize = unorm_normalize(characters, length, UNORM_NFC, 0, buffer.data(), length, &status);
      |                                        ^
In file included from /usr/include/unicode/platform.h:25,
                 from /usr/include/unicode/ptypes.h:46,
                 from /usr/include/unicode/umachine.h:46,
                 from /usr/include/unicode/utypes.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/ASCIIFastPath.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:28:
/usr/include/unicode/unorm.h:218:1: note: declared here
  218 | unorm_normalize(const UChar *source, int32_t sourceLength,
      | ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:1963:20: warning: ‘int32_t unorm_normalize_78(const UChar*, int32_t, UNormalizationMode, int32_t, UChar*, int32_t, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
 1963 |     unorm_normalize(characters, length, UNORM_NFC, 0, buffer.data(), bufferSize, &status);
      |                    ^
/usr/include/unicode/unorm.h:218:1: note: declared here
  218 | unorm_normalize(const UChar *source, int32_t sourceLength,
      | ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp: In static member function ‘static WTF::RefPtr WebCore::TextIterator::rangeFromLocationAndLength(WebCore::ContainerNode*, int, int, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:2484:16: note: in expansion of macro ‘WTFMove’
 2484 |         return WTFMove(resultRange);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:2484:16: note: in expansion of macro ‘WTFMove’
 2484 |         return WTFMove(resultRange);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:2547:12: note: in expansion of macro ‘WTFMove’
 2547 |     return WTFMove(resultRange);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:2547:12: note: in expansion of macro ‘WTFMove’
 2547 |     return WTFMove(resultRange);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:2841:39:   required from here
 2841 |     String transposed = text.right(1) + text.left(1);
      |                         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.cpp:1779:43:   required from here
 1779 |                 show = text.left(max - 3) + "...";
      |                        ~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.cpp:1783:71:   required from here
 1783 |                 show = "..." + text.substring(pos - mid + 3, max - 6) + "...";
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.cpp:1787:30:   required from here
 1787 |                 show = "..." + text.right(max - 3);
      |                        ~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = const char*]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:1735:43:   required from here
 1735 |     String searchCollatorName = makeString(currentSearchLocaleID(), "@collation=search");
      |                                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/markup.cpp:630:152:   required from here
  630 |                     fullySelectedRootStyle->style()->setProperty(CSSPropertyBackgroundImage, "url('" + fullySelectedRoot->getAttribute(backgroundAttr) + "')");
      |                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:46:31:   required from ‘WTF::StringAppend::operator WTF::AtomicString() const [with StringType1 = WTF::String; StringType2 = WTF::AtomicString]’
   46 |         return operator String();
      |                ~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/MarkupAccumulator.cpp:264:55:   required from here
  264 |     return !element.hasAttribute(xmlnsWithColon.get() + prefix);
      |                                  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::AtomicString]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/markup.cpp:630:152:   required from here
  630 |                     fullySelectedRootStyle->style()->setProperty(CSSPropertyBackgroundImage, "url('" + fullySelectedRoot->getAttribute(backgroundAttr) + "')");
      |                                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AlternativeTextController.h:31:
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In function ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘bool WebCore::Editor::canDeleteRange(WebCore::Range*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:308:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In member function ‘bool WebCore::Editor::canDeleteRange(WebCore::Range*) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘bool WebCore::Editor::shouldDeleteRange(WebCore::Range*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:648:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In member function ‘bool WebCore::Editor::shouldDeleteRange(WebCore::Range*) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘WebCore::IntRect WebCore::Editor::firstRectForRange(WebCore::Range*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:2960:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In member function ‘WebCore::IntRect WebCore::Editor::firstRectForRange(WebCore::Range*) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ActiveDOMObject.cpp:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Microtasks.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ActiveDOMCallbackMicrotask.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ActiveDOMCallbackMicrotask.cpp:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ActiveDOMCallbackMicrotask.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attr.cpp: In member function ‘virtual WTF::Ref WebCore::Attr::cloneNodeInternal(WebCore::Document&, WebCore::Node::CloningOperation)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attr.cpp:144:12: note: in expansion of macro ‘WTFMove’
  144 |     return WTFMove(clone);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attr.cpp:144:12: note: in expansion of macro ‘WTFMove’
  144 |     return WTFMove(clone);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/AuthorStyleSheets.cpp:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGStyleElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/AuthorStyleSheets.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘bool WebCore::TextCheckingHelper::isUngrammatical() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextCheckingHelper.cpp:521:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In member function ‘bool WebCore::TextCheckingHelper::isUngrammatical() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘bool WebCore::TextCheckingHelper::isUngrammatical() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextCheckingHelper.cpp:521:39,
    inlined from ‘bool WebCore::Editor::isSelectionUngrammatical()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:2115:63:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In member function ‘bool WebCore::Editor::isSelectionUngrammatical()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘unsigned int WebCore::Editor::countMatchesForText(const WTF::String&, WebCore::Range*, WebCore::FindOptions, unsigned int, bool, WTF::Vector >*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:3224:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In member function ‘unsigned int WebCore::Editor::countMatchesForText(const WTF::String&, WebCore::Range*, WebCore::FindOptions, unsigned int, bool, WTF::Vector >*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘bool WebCore::expandSelectionToGranularity(Frame&, TextGranularity)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/EditorCommand.cpp:185:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In function ‘bool WebCore::expandSelectionToGranularity(Frame&, TextGranularity)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerCompositor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:134,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:67:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp: In member function ‘virtual WTF::Ref WebCore::Document::cloneNodeInternal(WebCore::Document&, WebCore::Node::CloningOperation)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:3457:12: note: in expansion of macro ‘WTFMove’
 3457 |     return WTFMove(clone);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:3457:12: note: in expansion of macro ‘WTFMove’
 3457 |     return WTFMove(clone);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DocumentFragment.cpp: In member function ‘virtual WTF::Ref WebCore::DocumentFragment::cloneNodeInternal(WebCore::Document&, WebCore::Node::CloningOperation)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DocumentFragment.cpp:80:12: note: in expansion of macro ‘WTFMove’
   80 |     return WTFMove(clone);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DocumentFragment.cpp:80:12: note: in expansion of macro ‘WTFMove’
   80 |     return WTFMove(clone);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:41:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   41 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MouseEvent.cpp: In member function ‘virtual WTF::Ref WebCore::MouseEvent::cloneFor(WebCore::HTMLIFrameElement*) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MouseEvent.cpp:251:12: note: in expansion of macro ‘WTFMove’
  251 |     return WTFMove(clonedMouseEvent);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MouseEvent.cpp:251:12: note: in expansion of macro ‘WTFMove’
  251 |     return WTFMove(clonedMouseEvent);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:130:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp: In member function ‘void WebCore::Range::collapse(bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:220:17: warning: implicitly-declared ‘WebCore::RangeBoundaryPoint& WebCore::RangeBoundaryPoint::operator=(const WebCore::RangeBoundaryPoint&)’ is deprecated [-Wdeprecated-copy]
  220 |         m_end = m_start;
      |                 ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CharacterData.cpp:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:74:8: note: because ‘WebCore::RangeBoundaryPoint’ has user-provided ‘WebCore::RangeBoundaryPoint::RangeBoundaryPoint(const WebCore::RangeBoundaryPoint&)’
   74 | inline RangeBoundaryPoint::RangeBoundaryPoint(const RangeBoundaryPoint& other)
      |        ^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:222:19: warning: implicitly-declared ‘WebCore::RangeBoundaryPoint& WebCore::RangeBoundaryPoint::operator=(const WebCore::RangeBoundaryPoint&)’ is deprecated [-Wdeprecated-copy]
  222 |         m_start = m_end;
      |                   ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:74:8: note: because ‘WebCore::RangeBoundaryPoint’ has user-provided ‘WebCore::RangeBoundaryPoint::RangeBoundaryPoint(const WebCore::RangeBoundaryPoint&)’
   74 | inline RangeBoundaryPoint::RangeBoundaryPoint(const RangeBoundaryPoint& other)
      |        ^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp: In member function ‘WTF::RefPtr WebCore::Range::processContents(ActionType, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:650:17: warning: implicitly-declared ‘WebCore::RangeBoundaryPoint& WebCore::RangeBoundaryPoint::operator=(const WebCore::RangeBoundaryPoint&)’ is deprecated [-Wdeprecated-copy]
  650 |         m_end = m_start;
      |                 ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:74:8: note: because ‘WebCore::RangeBoundaryPoint’ has user-provided ‘WebCore::RangeBoundaryPoint::RangeBoundaryPoint(const WebCore::RangeBoundaryPoint&)’
   74 | inline RangeBoundaryPoint::RangeBoundaryPoint(const RangeBoundaryPoint& other)
      |        ^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Text.cpp: In member function ‘WTF::RefPtr WebCore::Text::splitText(unsigned int, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Text.cpp:86:12: note: in expansion of macro ‘WTFMove’
   86 |     return WTFMove(newText);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Text.cpp:86:12: note: in expansion of macro ‘WTFMove’
   86 |     return WTFMove(newText);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, const char*>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:399:196:   required from here
  399 |     String message = "Unsafe JavaScript attempt to initiate navigation for frame with URL '" + frame->document()->url().string() + "' from frame with URL '" + activeURL.string() + "'. " + reason + "\n";
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:3172:68:   required from here
 3172 |         String message = "http-equiv '" + equiv + "' is disabled " + reason;
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:3208:97:   required from here
 3208 |                 String message = "Refused to refresh " + m_url.stringCenterEllipsizedToLength() + " to a javascript: URL";
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:47:74:   required from here
   47 |         m_message = m_name + ": " + description.typeName + " Exception " + String::number(description.code);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = const char*; StringType3 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = const char*; StringType3 = String]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:49:31:   required from here
   49 |         m_message = makeString(description.typeName, " Exception ", String::number(description.code));
      |                     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:54:22:   required from here
   54 |     return "Error: " + m_message;
      |            ~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuffer.h:44:90:   required from ‘WTF::StringBuffer::StringBuffer(unsigned int) [with CharType = unsigned char]’
   44 |         , m_data(m_length ? static_cast(fastMalloc((Checked(m_length) * sizeof(CharType)).unsafeGet())) : nullptr)
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:1471:33:   required from ‘WebCore::StringWithDirection WebCore::canonicalizedTitle(Document*, const StringWithDirection&) [with CharacterType = unsigned char]’
 1471 |     StringBuffer buffer(length);
      |                                 ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:1528:48:   required from here
 1528 |             m_title = canonicalizedTitle(this, m_rawTitle);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:399:196:   required from here
  399 |     String message = "Unsafe JavaScript attempt to initiate navigation for frame with URL '" + frame->document()->url().string() + "' from frame with URL '" + activeURL.string() + "'. " + reason + "\n";
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:47:74:   required from here
   47 |         m_message = m_name + ": " + description.typeName + " Exception " + String::number(description.code);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:399:196:   required from here
  399 |     String message = "Unsafe JavaScript attempt to initiate navigation for frame with URL '" + frame->document()->url().string() + "' from frame with URL '" + activeURL.string() + "'. " + reason + "\n";
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:47:74:   required from here
   47 |         m_message = m_name + ": " + description.typeName + " Exception " + String::number(description.code);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:47:74:   required from here
   47 |         m_message = m_name + ": " + description.typeName + " Exception " + String::number(description.code);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSBasicShapes.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValueMappings.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::computedTransform(RenderObject*, const RenderStyle&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:887:12: note: in expansion of macro ‘WTFMove’
  887 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:887:12: note: in expansion of macro ‘WTFMove’
  887 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In static member function ‘static WTF::Ref WebCore::ComputedStyleExtractor::valueForShadow(const WebCore::ShadowData*, WebCore::CSSPropertyID, const WebCore::RenderStyle&, WebCore::AdjustPixelValuesForComputedStyle)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:916:12: note: in expansion of macro ‘WTFMove’
  916 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:916:12: note: in expansion of macro ‘WTFMove’
  916 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In static member function ‘static WTF::Ref WebCore::ComputedStyleExtractor::valueForFilter(const WebCore::RenderStyle&, const WebCore::FilterOperations&, WebCore::AdjustPixelValuesForComputedStyle)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1008:12: note: in expansion of macro ‘WTFMove’
 1008 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1008:12: note: in expansion of macro ‘WTFMove’
 1008 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::valueForGridTrackList(GridTrackSizingDirection, RenderObject*, const RenderStyle&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1098:12: note: in expansion of macro ‘WTFMove’
 1098 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1098:12: note: in expansion of macro ‘WTFMove’
 1098 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::valueForGridPosition(const GridPosition&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1119:12: note: in expansion of macro ‘WTFMove’
 1119 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1119:12: note: in expansion of macro ‘WTFMove’
 1119 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::getWillChangePropertyValue(const WillChangeData*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1210:12: note: in expansion of macro ‘WTFMove’
 1210 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1210:12: note: in expansion of macro ‘WTFMove’
 1210 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::fontVariantLigaturesPropertyValue(FontVariantLigatures, FontVariantLigatures, FontVariantLigatures, FontVariantLigatures)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1241:12: note: in expansion of macro ‘WTFMove’
 1241 |     return WTFMove(valueList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1241:12: note: in expansion of macro ‘WTFMove’
 1241 |     return WTFMove(valueList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::fontVariantNumericPropertyValue(FontVariantNumericFigure, FontVariantNumericSpacing, FontVariantNumericFraction, FontVariantNumericOrdinal, FontVariantNumericSlashedZero)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1335:12: note: in expansion of macro ‘WTFMove’
 1335 |     return WTFMove(valueList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1335:12: note: in expansion of macro ‘WTFMove’
 1335 |     return WTFMove(valueList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::fontVariantEastAsianPropertyValue(FontVariantEastAsianVariant, FontVariantEastAsianWidth, FontVariantEastAsianRuby)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1396:12: note: in expansion of macro ‘WTFMove’
 1396 |     return WTFMove(valueList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1396:12: note: in expansion of macro ‘WTFMove’
 1396 |     return WTFMove(valueList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::fillRepeatToCSSValue(EFillRepeat, EFillRepeat)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1730:12: note: in expansion of macro ‘WTFMove’
 1730 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1730:12: note: in expansion of macro ‘WTFMove’
 1730 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::fillSizeToCSSValue(const FillSize&, const RenderStyle&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1758:12: note: in expansion of macro ‘WTFMove’
 1758 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1758:12: note: in expansion of macro ‘WTFMove’
 1758 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::fontVariantFromStyle(RenderStyle*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:2027:12: note: in expansion of macro ‘WTFMove’
 2027 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:2027:12: note: in expansion of macro ‘WTFMove’
 2027 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In member function ‘WTF::RefPtr WebCore::ComputedStyleExtractor::propertyValue(WebCore::CSSPropertyID, WebCore::EUpdateLayout) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:2708:20: note: in expansion of macro ‘WTFMove’
 2708 |             return WTFMove(value);
      |                    ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:2708:20: note: in expansion of macro ‘WTFMove’
 2708 |             return WTFMove(value);
      |                    ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:63,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:62:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   62 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSImageValue.cpp: In member function ‘WTF::Ref WebCore::CSSImageValue::cloneForCSSOM() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSImageValue.cpp:121:12: note: in expansion of macro ‘WTFMove’
  121 |     return WTFMove(uriValue);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSImageValue.cpp:121:12: note: in expansion of macro ‘WTFMove’
  121 |     return WTFMove(uriValue);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.cpp: In static member function ‘static WTF::RefPtr WebCore::CSSParser::parseFontFaceValue(const WTF::AtomicString&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.cpp:1331:12: note: in expansion of macro ‘WTFMove’
 1331 |     return WTFMove(valueList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.cpp:1331:12: note: in expansion of macro ‘WTFMove’
 1331 |     return WTFMove(valueList);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:70:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParserValues.cpp: In member function ‘void WebCore::CSSParserSelector::setLangArgumentList(const WTF::Vector&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParserValues.cpp:291:30: warning: loop variable ‘languageArgument’ of type ‘const WTF::AtomicString&’ binds to a temporary constructed from type ‘const WebCore::CSSParserString’ [-Wrange-loop-construct]
  291 |     for (const AtomicString& languageArgument : stringVector)
      |                              ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParserValues.cpp:291:30: note: use non-reference type ‘const WTF::AtomicString’ to make the copy explicit or ‘const WebCore::CSSParserString&’ to prevent copying
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:79:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelectorList.cpp: In member function ‘void WebCore::CSSSelectorList::adoptSelectorVector(WTF::Vector >&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelectorList.cpp:71:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CSSSelector’ with no trivial copy-assignment; use copy-initialization instead [-Wclass-memaccess]
   71 |                 memcpy(&m_selectorArray[arrayIndex], currentSelector, sizeof(CSSSelector));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParserValues.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSBasicShapes.cpp:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelector.h:39:11: note: ‘class WebCore::CSSSelector’ declared here
   39 |     class CSSSelector {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontVariantBuilder.cpp: In function ‘WTF::Ref WebCore::computeFontVariant(const FontVariantSettings&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontVariantBuilder.cpp:371:12: note: in expansion of macro ‘WTFMove’
  371 |     return WTFMove(list);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontVariantBuilder.cpp:371:12: note: in expansion of macro ‘WTFMove’
  371 |     return WTFMove(list);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerCompositor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/MediaQueryEvaluator.cpp:56,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:104:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SVGCSSComputedStyleDeclaration.cpp: In function ‘WTF::Ref WebCore::paintOrder(PaintOrder)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SVGCSSComputedStyleDeclaration.cpp:64:12: note: in expansion of macro ‘WTFMove’
   64 |     return WTFMove(paintOrderList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SVGCSSComputedStyleDeclaration.cpp:64:12: note: in expansion of macro ‘WTFMove’
   64 |     return WTFMove(paintOrderList);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
   61 |         return first + ' ' + second;
      |                ~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSBorderImageSliceValue.cpp:48:21:   required from here
   48 |         return text + " fill";
      |                ~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = char]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCanvasValue.cpp:42:22:   required from here
   42 |     return makeString("-webkit-canvas(", m_name, ')');
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCharsetRule.cpp:34:39:   required from here
   34 |     return "@charset \"" + m_encoding + "\";";
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSDefaultStyleSheets.cpp:129:92:   required from here
  129 |     String defaultRules = String(htmlUserAgentStyleSheet, sizeof(htmlUserAgentStyleSheet)) + RenderTheme::defaultTheme()->extraDefaultStyleSheet();
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSImageValue.cpp:113:48:   required from here
  113 |     return "url(" + quoteCSSURLIfNeeded(m_url) + ')';
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSReflectValue.cpp:37:73:   required from here
   37 |         return m_direction->cssText() + ' ' + m_offset->cssText() + ' ' + m_mask->cssText();
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelector.cpp:714:73:   required from here
  714 |                 return tagHistory->selectorText(" >> " + str.toString() + rightSide);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSTimingFunctionValue.cpp:50:90:   required from here
   50 |     return "steps(" + String::number(m_steps) + ", " + (m_stepAtStart ? "start" : "end") + ')';
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuffer.h:44:90:   required from ‘WTF::StringBuffer::StringBuffer(unsigned int) [with CharType = unsigned char]’
   44 |         , m_data(m_length ? static_cast(fastMalloc((Checked(m_length) * sizeof(CharType)).unsafeGet())) : nullptr)
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.cpp:13640:33:   required from ‘WTF::String WebCore::quoteCSSStringInternal(const CharacterType*, unsigned int) [with CharacterType = unsigned char]’
13640 |     StringBuffer buffer(quotedStringSize);
      |                                 ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.cpp:13683:38:   required from here
13683 |         return quoteCSSStringInternal(string.characters8(), length);
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
   61 |         return first + ' ' + second;
      |                ~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCharsetRule.cpp:34:39:   required from here
   34 |     return "@charset \"" + m_encoding + "\";";
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSReflectValue.cpp:37:73:   required from here
   37 |         return m_direction->cssText() + ' ' + m_offset->cssText() + ' ' + m_mask->cssText();
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSTimingFunctionValue.cpp:50:90:   required from here
   50 |     return "steps(" + String::number(m_steps) + ", " + (m_stepAtStart ? "start" : "end") + ')';
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp: In member function ‘WTF::RefPtr WebCore::ComputedStyleExtractor::propertyValue(WebCore::CSSPropertyID, WebCore::EUpdateLayout) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:3105:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
 3105 |             }
      |             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:3106:9: note: here
 3106 |         case CSSPropertyTextIndent: {
      |         ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/NeverDestroyed.h: In constructor ‘WTF::NeverDestroyed::NeverDestroyed(Args&& ...) [with Args = {const char (&)[6]}; T = const WebCore::MediaQueryEvaluator]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/NeverDestroyed.h:53:23: warning: ‘nonnull’ argument ‘args#0’ compared to NULL [-Wnonnull-compare]
   53 |         MaybeRelax(new (asPtr()) T(std::forward(args)...));
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/NeverDestroyed.h: In constructor ‘WTF::NeverDestroyed::NeverDestroyed(Args&& ...) [with Args = {const char (&)[7]}; T = const WebCore::MediaQueryEvaluator]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/NeverDestroyed.h:53:23: warning: ‘nonnull’ argument ‘args#0’ compared to NULL [-Wnonnull-compare]
   53 |         MaybeRelax(new (asPtr()) T(std::forward(args)...));
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h: In function ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::MediaQueryEvaluator; Args = {const char (&)[4]}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26: warning: ‘nonnull’ argument ‘args#0’ compared to NULL [-Wnonnull-compare]
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::intersectsNode(WebCore::Node*, WebCore::ExceptionCode&) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:516:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:112:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp: In member function ‘bool WebCore::Range::intersectsNode(WebCore::Node*, WebCore::ExceptionCode&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp:778:10: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  778 | unsigned Node::computeNodeIndex() const
      |          ^~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::intersectsNode(WebCore::Node*, WebCore::ExceptionCode&) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:517:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp: In member function ‘bool WebCore::Range::intersectsNode(WebCore::Node*, WebCore::ExceptionCode&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp:778:10: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  778 | unsigned Node::computeNodeIndex() const
      |          ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ArrayValue.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ArrayValue.cpp:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PrintStream.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/Disassembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/AbstractPC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Position.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/VisiblePosition.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityNodeObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AXObjectCache.cpp:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext2D.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp:21,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In constructor ‘WebCore::CanvasStyle::CanvasStyle(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:144:15: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  144 |         memcpy(this, &other, sizeof(CanvasStyle));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In member function ‘WebCore::CanvasStyle& WebCore::CanvasStyle::operator=(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:151:19: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  151 |             memcpy(this, &other, sizeof(CanvasStyle));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_pair.h:61,
                 from /usr/include/c++/15.2.0/utility:71,
                 from /usr/include/qt5/QtCore/qglobal.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:26:
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[0]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:46:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[1]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[2]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[3]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[4]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[5]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[6]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[7]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[8]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[9]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[10]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[11]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[12]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[13]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[14]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[15]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In function ‘WTF::String WebCore::composedTreeAsText(ContainerNode&, ComposedTreeAsTextMode)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/AttributeChangeInvalidation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attr.cpp:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:31:
In member function ‘void WebCore::Document::incrementReferencingNodeCount()’,
    inlined from ‘WebCore::Node::Node(WebCore::Document&, ConstructionType)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp:276:43,
    inlined from ‘WebCore::ContainerNode::ContainerNode(WebCore::Document&, WebCore::Node::ConstructionType)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:188:26,
    inlined from ‘WebCore::Document::Document(WebCore::Frame*, const WebCore::URL&, unsigned int, unsigned int)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:532:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:318:11: warning: ‘*this.WebCore::Document::m_referencingNodeCount’ is used uninitialized [-Wuninitialized]
  318 |         ++m_referencingNodeCount;
      |           ^~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCommandLineAPIHostCustom.cpp:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:45:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGColor.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCSSValueCustom.cpp:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ArrayValue.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:57,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityNodeObject.cpp:77,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3474:20:   required from here
 3474 |         return "L" + String::number(headingLevel());
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp: In member function ‘JSC::JSValue WebCore::CloneDeserializer::readTerminal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp:2257:60: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
 2257 |             RELEASE_ASSERT(!length || imageSize.area() * 4 <= length);
      |                                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Compiler.h:275:41: note: in definition of macro ‘UNLIKELY’
  275 | #define UNLIKELY(x) __builtin_expect(!!(x), 0)
      |                                         ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp:2257:13: note: in expansion of macro ‘RELEASE_ASSERT’
 2257 |             RELEASE_ASSERT(!length || imageSize.area() * 4 <= length);
      |             ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:193:57:   required from here
  193 |         errorMessage = exceptionBase->message() + ": "  + exceptionBase->description();
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6, StringType7) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*; StringType6 = String; StringType7 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:811:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6, StringType7) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*; StringType6 = String; StringType7 = const char*]’
  811 |     String result = tryMakeString(string1, string2, string3, string4, string5, string6, string7);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:358:22:   required from here
  358 |     return makeString("Value ", String::numberToStringECMAScript(value), " is outside the range [", String::numberToStringECMAScript(min), ", ", String::numberToStringECMAScript(max), "]");
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:573:16: note: in expansion of macro ‘WTFMove’
  573 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:573:16: note: in expansion of macro ‘WTFMove’
  573 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:596:12: note: in expansion of macro ‘WTFMove’
  596 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:596:12: note: in expansion of macro ‘WTFMove’
  596 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = const char*; StringType3 = const char*; StringType4 = const char*; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = const char*; StringType3 = const char*; StringType4 = const char*; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:656:81:   required from here
  656 |     context.addConsoleMessage(MessageSource::JS, MessageLevel::Error, makeString("Deprecated attempt to access property '", attributeName, "' on a non-", interfaceName, " object."));
      |                                                                       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6) [with StringType1 = const char*; StringType2 = const char*; StringType3 = char; StringType4 = const char*; StringType5 = const char*; StringType6 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:802:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6) [with StringType1 = const char*; StringType2 = const char*; StringType3 = char; StringType4 = const char*; StringType5 = const char*; StringType6 = const char*]’
  802 |     String result = tryMakeString(string1, string2, string3, string4, string5, string6);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:699:37:   required from here
  699 |     throwTypeError(state, makeString("The ", interfaceName, '.', attributeName, " attribute must be an instance of ", expectedType));
      |                           ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:506:16: note: in expansion of macro ‘WTFMove’
  506 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:506:16: note: in expansion of macro ‘WTFMove’
  506 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:527:12: note: in expansion of macro ‘WTFMove’
  527 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:527:12: note: in expansion of macro ‘WTFMove’
  527 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = const char*]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:705:72:   required from here
  705 |     return throwVMError(&state, createReferenceError(&state, makeString(interfaceName, " constructor associated document is unavailable")));
      |                                                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:63:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:44:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp: In member function ‘virtual WebCore::Path WebCore::AccessibilityRenderObject::elementPath() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:891:92: warning: ‘this’ pointer is null [-Wnonnull]
  891 |             LayoutPoint parentOffset = axObjectCache()->getOrCreate(&*svgRoot)->elementRect().location();
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:193:57:   required from here
  193 |         errorMessage = exceptionBase->message() + ": "  + exceptionBase->description();
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In static member function ‘static bool WTF::TypeCastTraits::isType(const WebCore::AccessibilityObject&) [with ArgType = const WebCore::AccessibilityObject]’,
    inlined from ‘static bool WTF::TypeCastTraits::isOfType(ArgType&) [with ArgType = const WebCore::AccessibilityObject]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilitySVGRoot.h:54:1,
    inlined from ‘bool WTF::is(ArgType&) [with ExpectedType = WebCore::AccessibilitySVGRoot; ArgType = WebCore::AccessibilityObject]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/TypeCasts.h:59:71,
    inlined from ‘WebCore::AccessibilitySVGRoot* WebCore::AccessibilityRenderObject::remoteSVGRootElement() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2982:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilitySVGRoot.h:54:82: warning: ‘this’ pointer is null [-Wnonnull]
   54 | SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY(AccessibilitySVGRoot, isAccessibilitySVGRoot())
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:1085:84: note: in definition of macro ‘SPECIALIZE_TYPE_TRAITS_ACCESSIBILITY’
 1085 |     static bool isType(const WebCore::AccessibilityObject& object) { return object.predicate; } \
      |                                                                                    ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp: In member function ‘virtual WebCore::AccessibilityObject* WebCore::AccessibilityObject::elementAccessibilityHitTest(const WebCore::IntPoint&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2298:72: warning: ‘this’ pointer is null [-Wnonnull]
 2298 |                 return cache->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp: In member function ‘virtual WebCore::Element* WebCore::AccessibilityRenderObject::anchorElement() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:550:71: warning: ‘this’ pointer is null [-Wnonnull]
  550 |                 return cache->getOrCreate(continuation)->anchorElement();
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:561:110: warning: ‘this’ pointer is null [-Wnonnull]
  561 |         if (is(*node) || (node->renderer() && cache->getOrCreate(node->renderer())->isLink()))
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/c++/15.2.0/bits/stl_pair.h:61,
                 from /usr/include/c++/15.2.0/utility:71,
                 from /usr/include/qt5/QtCore/qglobal.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:26:
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityMenuListOption::setElement(WebCore::HTMLElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp:45:17,
    inlined from ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:77:22,
    inlined from ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:71:30,
    inlined from ‘virtual void WebCore::AccessibilityMenuListPopup::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:103:80:
/usr/include/c++/15.2.0/bits/move.h:235:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  235 |       _Tp __tmp = _GLIBCXX_MOVE(__a);
      |           ^~~~~
In member function ‘virtual void WebCore::AccessibilityMenuListPopup::addChildren()’:
cc1plus: note: source object is likely at address zero
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityMenuListOption::setElement(WebCore::HTMLElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp:45:17,
    inlined from ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:77:22,
    inlined from ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:71:30,
    inlined from ‘virtual void WebCore::AccessibilityMenuListPopup::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:103:80:
/usr/include/c++/15.2.0/bits/move.h:236:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |           ^
In member function ‘virtual void WebCore::AccessibilityMenuListPopup::addChildren()’:
cc1plus: note: source object is likely at address zero
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityNodeObject.cpp: In member function ‘virtual WebCore::Element* WebCore::AccessibilityNodeObject::anchorElement() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityNodeObject.cpp:957:110: warning: ‘this’ pointer is null [-Wnonnull]
  957 |         if (is(*node) || (node->renderer() && cache->getOrCreate(node->renderer())->isLink()))
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityListBoxOption.cpp: In member function ‘virtual WebCore::LayoutRect WebCore::AccessibilityListBoxOption::elementRect() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityListBoxOption.cpp:107:119: warning: ‘this’ pointer is null [-Wnonnull]
  107 |     LayoutRect parentRect = listBoxRenderer->document().axObjectCache()->getOrCreate(listBoxRenderer)->boundingBoxRect();
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityMenuListOption::setElement(WebCore::HTMLElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp:45:17,
    inlined from ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:77:22,
    inlined from ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:71:30:
/usr/include/c++/15.2.0/bits/move.h:235:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  235 |       _Tp __tmp = _GLIBCXX_MOVE(__a);
      |           ^~~~~
In member function ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’:
cc1plus: note: source object is likely at address zero
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityMenuListOption::setElement(WebCore::HTMLElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp:45:17,
    inlined from ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:77:22,
    inlined from ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:71:30:
/usr/include/c++/15.2.0/bits/move.h:236:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |           ^
In member function ‘WebCore::AccessibilityMenuListOption* WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject(WebCore::HTMLElement*) const’:
cc1plus: note: source object is likely at address zero
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp: In static member function ‘static bool WebCore::AccessibilityObject::replacedNodeNeedsCharacter(WebCore::Node*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:1222:39: warning: ‘this’ pointer is null [-Wnonnull]
 1222 |     if (object->accessibilityIsIgnored())
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp: In static member function ‘static WebCore::AccessibilityObject* WebCore::AccessibilityObject::anchorElementForNode(WebCore::Node*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:1745:43: warning: ‘this’ pointer is null [-Wnonnull]
 1745 |     Element* anchor = axObj->anchorElement();
      |                       ~~~~~~~~~~~~~~~~~~~~^~
In member function ‘virtual bool WebCore::AccessibilityListBoxOption::computeAccessibilityIsIgnored() const’,
    inlined from ‘virtual bool WebCore::AccessibilityListBoxOption::computeAccessibilityIsIgnored() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityListBoxOption.cpp:115:6:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityListBoxOption.cpp:123:50: warning: ‘this’ pointer is null [-Wnonnull]
  123 |     return parentObject()->accessibilityIsIgnored();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In member function ‘WebCore::LayoutRect WebCore::AccessibilityRenderObject::checkboxOrRadioRect() const’,
    inlined from ‘WebCore::LayoutRect WebCore::AccessibilityRenderObject::checkboxOrRadioRect() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:856:12:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:865:76: warning: ‘this’ pointer is null [-Wnonnull]
  865 |     LayoutRect labelRect = axObjectCache()->getOrCreate(label)->elementRect();
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp: In member function ‘virtual WebCore::AccessibilityObject* WebCore::AccessibilityRenderObject::accessibilityHitTest(const WebCore::IntPoint&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2280:38: warning: ‘this’ pointer is null [-Wnonnull]
 2280 |     result->updateChildrenIfNecessary();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2283:49: warning: ‘this’ pointer is null [-Wnonnull]
 2283 |     result = result->elementAccessibilityHitTest(point);
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:50:
In member function ‘WebCore::AccessibilityObject* WebCore::AccessibilityTable::headerContainer()’,
    inlined from ‘WebCore::AccessibilityObject* WebCore::AccessibilityTable::headerContainer()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:472:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:478:26: warning: ‘this’ pointer is null [-Wnonnull]
  478 |     tableHeader.setParent(this);
      |     ~~~~~~~~~~~~~~~~~~~~~^~~~~~
In member function ‘void WebCore::AccessibilityRenderObject::addAttachmentChildren()’,
    inlined from ‘void WebCore::AccessibilityRenderObject::addAttachmentChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3017:6:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3028:42: warning: ‘this’ pointer is null [-Wnonnull]
 3028 |     if (!axWidget->accessibilityIsIgnored())
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In member function ‘virtual WebCore::AXObjectCache* WebCore::AccessibilityObject::axObjectCache() const’,
    inlined from ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41,
    inlined from ‘virtual void WebCore::AccessibilitySlider::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilitySlider.cpp:92:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2313:29: warning: ‘this’ pointer is null [-Wnonnull]
 2313 |     Document* doc = document();
      |                     ~~~~~~~~^~
In member function ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’,
    inlined from ‘virtual void WebCore::AccessibilitySlider::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilitySlider.cpp:92:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41: warning: ‘this’ pointer is null [-Wnonnull]
 2913 |     AXObjectCache* cache = axObjectCache();
      |                            ~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2929:48: warning: ‘this’ pointer is null [-Wnonnull]
 2929 |     bool result = computeAccessibilityIsIgnored();
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In member function ‘virtual WebCore::AXObjectCache* WebCore::AccessibilityObject::axObjectCache() const’,
    inlined from ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41,
    inlined from ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2902:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2313:29: warning: ‘this’ pointer is null [-Wnonnull]
 2313 |     Document* doc = document();
      |                     ~~~~~~~~^~
In member function ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’,
    inlined from ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2902:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41: warning: ‘this’ pointer is null [-Wnonnull]
 2913 |     AXObjectCache* cache = axObjectCache();
      |                            ~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2929:48: warning: ‘this’ pointer is null [-Wnonnull]
 2929 |     bool result = computeAccessibilityIsIgnored();
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLAreaElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLAreaElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLAreaElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityImageMapLink::setHTMLAreaElement(WebCore::HTMLAreaElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityImageMapLink.h:43:73,
    inlined from ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2899:38:
/usr/include/c++/15.2.0/bits/move.h:235:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  235 |       _Tp __tmp = _GLIBCXX_MOVE(__a);
      |           ^~~~~
In member function ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’:
cc1plus: note: source object is likely at address zero
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLAreaElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLAreaElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLAreaElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityImageMapLink::setHTMLAreaElement(WebCore::HTMLAreaElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityImageMapLink.h:43:73,
    inlined from ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2899:38:
/usr/include/c++/15.2.0/bits/move.h:236:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |           ^
In member function ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’:
cc1plus: note: source object is likely at address zero
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLMapElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLMapElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLMapElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityImageMapLink::setHTMLMapElement(WebCore::HTMLMapElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityImageMapLink.h:46:70,
    inlined from ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2900:37:
/usr/include/c++/15.2.0/bits/move.h:235:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  235 |       _Tp __tmp = _GLIBCXX_MOVE(__a);
      |           ^~~~~
In member function ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’:
cc1plus: note: source object is likely at address zero
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLMapElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLMapElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLMapElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityImageMapLink::setHTMLMapElement(WebCore::HTMLMapElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityImageMapLink.h:46:70,
    inlined from ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2900:37:
/usr/include/c++/15.2.0/bits/move.h:236:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |           ^
In member function ‘void WebCore::AccessibilityRenderObject::addImageMapChildren()’:
cc1plus: note: source object is likely at address zero
In member function ‘virtual WebCore::AXObjectCache* WebCore::AccessibilityObject::axObjectCache() const’,
    inlined from ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41,
    inlined from ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1810:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2313:29: warning: ‘this’ pointer is null [-Wnonnull]
 2313 |     Document* doc = document();
      |                     ~~~~~~~~^~
In member function ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’,
    inlined from ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1810:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41: warning: ‘this’ pointer is null [-Wnonnull]
 2913 |     AXObjectCache* cache = axObjectCache();
      |                            ~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2929:48: warning: ‘this’ pointer is null [-Wnonnull]
 2929 |     bool result = computeAccessibilityIsIgnored();
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp: In member function ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1810:50: warning: ‘this’ pointer is null [-Wnonnull]
 1810 |             if (!axObject->accessibilityIsIgnored() && axObject->isLink())
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1810:72: warning: ‘this’ pointer is null [-Wnonnull]
 1810 |             if (!axObject->accessibilityIsIgnored() && axObject->isLink())
      |                                                        ~~~~~~~~~~~~~~~~^~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLAreaElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLAreaElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLAreaElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityImageMapLink::setHTMLAreaElement(WebCore::HTMLAreaElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityImageMapLink.h:43:73,
    inlined from ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1817:46:
/usr/include/c++/15.2.0/bits/move.h:235:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  235 |       _Tp __tmp = _GLIBCXX_MOVE(__a);
      |           ^~~~~
In member function ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’:
cc1plus: note: source object is likely at address zero
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLAreaElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLAreaElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLAreaElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityImageMapLink::setHTMLAreaElement(WebCore::HTMLAreaElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityImageMapLink.h:43:73,
    inlined from ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1817:46:
/usr/include/c++/15.2.0/bits/move.h:236:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |           ^
In member function ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’:
cc1plus: note: source object is likely at address zero
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLMapElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLMapElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLMapElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityImageMapLink::setHTMLMapElement(WebCore::HTMLMapElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityImageMapLink.h:46:70,
    inlined from ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1818:45:
/usr/include/c++/15.2.0/bits/move.h:235:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  235 |       _Tp __tmp = _GLIBCXX_MOVE(__a);
      |           ^~~~~
In member function ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’:
cc1plus: note: source object is likely at address zero
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = WebCore::HTMLMapElement*]’,
    inlined from ‘void WTF::RefPtr::swap(WTF::RefPtr&) [with T = WebCore::HTMLMapElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:182:14,
    inlined from ‘WTF::RefPtr& WTF::RefPtr::operator=(T*) [with T = WebCore::HTMLMapElement]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:135:9,
    inlined from ‘void WebCore::AccessibilityImageMapLink::setHTMLMapElement(WebCore::HTMLMapElement*)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityImageMapLink.h:46:70,
    inlined from ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1818:45:
/usr/include/c++/15.2.0/bits/move.h:236:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |           ^
In member function ‘virtual void WebCore::AccessibilityRenderObject::getDocumentLinks(WebCore::AccessibilityObject::AccessibilityChildrenVector&)’:
cc1plus: note: source object is likely at address zero
In member function ‘virtual WebCore::AXObjectCache* WebCore::AccessibilityObject::axObjectCache() const’,
    inlined from ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41,
    inlined from ‘virtual void WebCore::AccessibilityTable::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:392:43,
    inlined from ‘virtual void WebCore::AccessibilityTable::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:346:6:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2313:29: warning: ‘this’ pointer is null [-Wnonnull]
 2313 |     Document* doc = document();
      |                     ~~~~~~~~^~
In member function ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’,
    inlined from ‘virtual void WebCore::AccessibilityTable::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:392:43,
    inlined from ‘virtual void WebCore::AccessibilityTable::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:346:6:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41: warning: ‘this’ pointer is null [-Wnonnull]
 2913 |     AXObjectCache* cache = axObjectCache();
      |                            ~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2929:48: warning: ‘this’ pointer is null [-Wnonnull]
 2929 |     bool result = computeAccessibilityIsIgnored();
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In member function ‘WebCore::AccessibilityObject* WebCore::AccessibilityTable::headerContainer()’,
    inlined from ‘WebCore::AccessibilityObject* WebCore::AccessibilityTable::headerContainer()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:472:22,
    inlined from ‘virtual void WebCore::AccessibilityTable::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:396:65,
    inlined from ‘virtual void WebCore::AccessibilityTable::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:346:6:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:478:26: warning: ‘this’ pointer is null [-Wnonnull]
  478 |     tableHeader.setParent(this);
      |     ~~~~~~~~~~~~~~~~~~~~~^~~~~~
In member function ‘virtual WebCore::AXObjectCache* WebCore::AccessibilityObject::axObjectCache() const’,
    inlined from ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41,
    inlined from ‘virtual void WebCore::AccessibilityARIAGrid::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:142:43:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2313:29: warning: ‘this’ pointer is null [-Wnonnull]
 2313 |     Document* doc = document();
      |                     ~~~~~~~~^~
In member function ‘virtual bool WebCore::AccessibilityObject::accessibilityIsIgnored() const’,
    inlined from ‘virtual void WebCore::AccessibilityARIAGrid::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:142:43:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2913:41: warning: ‘this’ pointer is null [-Wnonnull]
 2913 |     AXObjectCache* cache = axObjectCache();
      |                            ~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:2929:48: warning: ‘this’ pointer is null [-Wnonnull]
 2929 |     bool result = computeAccessibilityIsIgnored();
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In member function ‘WebCore::AccessibilityObject* WebCore::AccessibilityTable::headerContainer()’,
    inlined from ‘WebCore::AccessibilityObject* WebCore::AccessibilityTable::headerContainer()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:472:22,
    inlined from ‘virtual void WebCore::AccessibilityARIAGrid::addChildren()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:146:65:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:478:26: warning: ‘this’ pointer is null [-Wnonnull]
  478 |     tableHeader.setParent(this);
      |     ~~~~~~~~~~~~~~~~~~~~~^~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘void WebCore::Range::insertNode(WTF::RefPtr&&, WebCore::ExceptionCode&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:886:18:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp: In member function ‘void WebCore::Range::insertNode(WTF::RefPtr&&, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp:778:10: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  778 | unsigned Node::computeNodeIndex() const
      |          ^~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘WTF::RefPtr WebCore::Range::processContents(ActionType, WebCore::ExceptionCode&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:584:18:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp: In member function ‘WTF::RefPtr WebCore::Range::processContents(ActionType, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.cpp:778:10: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  778 | unsigned Node::computeNodeIndex() const
      |          ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchBody.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchBody.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchHeaders.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchHeaders.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchBody.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchRequest.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchRequest.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geoposition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geolocation.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/GeoNotifier.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geoposition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geolocation.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/GeolocationController.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/GeolocationController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geoposition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geolocation.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geolocation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Supplementable.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/NavigatorGeolocation.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Supplementable.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseException.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseException.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseIdentifier.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBEventDispatcher.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBGetResult.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBGetResult.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequest.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBFactory.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBFactory.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBIndex.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBIndex.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDictionary.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/Dictionary.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRange.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRange.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDictionary.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/Dictionary.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBObjectStore.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequest.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequest.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequest.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequestCompletionEvent.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequestCompletionEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBTransaction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBTransaction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBCursorImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBCursorImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBCursorImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBCursorWithValueImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBCursorWithValueImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBDatabaseImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBDatabaseImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBFactoryImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBFactoryImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBDatabaseImpl.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = ASCIILiteral; StringType2 = String; StringType3 = ASCIILiteral]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = ASCIILiteral; StringType2 = String; StringType3 = ASCIILiteral]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBDatabaseImpl.cpp:159:32:   required from here
  159 |         ec.message = makeString(ASCIILiteral("Failed to execute 'transaction' on 'IDBDatabase': The mode provided ('"), modeString, ASCIILiteral("') is not one of 'readonly' or 'readwrite'."));
      |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBIndex.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBIndexImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBIndexImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBIndex.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBIndexImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBOpenDBRequestImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBOpenDBRequestImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp: In member function ‘virtual WTF::RefPtr WebCore::IDBClient::IDBObjectStore::openCursor(WebCore::ScriptExecutionContext*, WebCore::IDBKeyRange*, const WTF::String&, WebCore::ExceptionCodeWithMessage&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:154:12: note: in expansion of macro ‘WTFMove’
  154 |     return WTFMove(request);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:154:12: note: in expansion of macro ‘WTFMove’
  154 |     return WTFMove(request);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp: In member function ‘virtual WTF::RefPtr WebCore::IDBClient::IDBObjectStore::get(WebCore::ScriptExecutionContext*, const Deprecated::ScriptValue&, WebCore::ExceptionCodeWithMessage&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:198:12: note: in expansion of macro ‘WTFMove’
  198 |     return WTFMove(request);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:198:12: note: in expansion of macro ‘WTFMove’
  198 |     return WTFMove(request);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp: In member function ‘virtual WTF::RefPtr WebCore::IDBClient::IDBObjectStore::get(WebCore::ScriptExecutionContext*, WebCore::IDBKeyRange*, WebCore::ExceptionCodeWithMessage&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:228:12: note: in expansion of macro ‘WTFMove’
  228 |     return WTFMove(request);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:228:12: note: in expansion of macro ‘WTFMove’
  228 |     return WTFMove(request);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp: In member function ‘WTF::RefPtr WebCore::IDBClient::IDBObjectStore::doDelete(WebCore::ScriptExecutionContext*, WebCore::IDBKeyRange*, WebCore::ExceptionCodeWithMessage&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:401:12: note: in expansion of macro ‘WTFMove’
  401 |     return WTFMove(request);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:401:12: note: in expansion of macro ‘WTFMove’
  401 |     return WTFMove(request);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp: In member function ‘virtual WTF::RefPtr WebCore::IDBClient::IDBObjectStore::createIndex(WebCore::ScriptExecutionContext*, const WTF::String&, const WebCore::IDBKeyPath&, bool, bool, WebCore::ExceptionCodeWithMessage&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:513:12: note: in expansion of macro ‘WTFMove’
  513 |     return WTFMove(refIndex);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:513:12: note: in expansion of macro ‘WTFMove’
  513 |     return WTFMove(refIndex);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResourceIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBVersionChangeEventImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBVersionChangeEventImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseConnection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBConnectionToClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/TransactionOperation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBSerialization.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBSerialization.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBServer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBServer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IndexValueEntry.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IndexValueEntry.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IndexValueStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IndexValueStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryCursor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBGetResult.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIndex.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIndex.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIndexCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIndexCursor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIndex.cpp: In member function ‘WebCore::IDBError WebCore::IDBServer::MemoryIndex::putIndexKey(const WebCore::IDBKeyData&, const WebCore::IndexKey&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIndex.cpp:172:16: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  172 |         return result;
      |                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIndex.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStoreCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStoreCursor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp: In member function ‘WebCore::IDBError WebCore::IDBServer::MemoryObjectStore::createIndex(WebCore::IDBServer::MemoryBackingStoreTransaction&, const WebCore::IDBIndexInfo&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp:97:16: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   97 |         return error;
      |                ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp: In member function ‘WebCore::IDBError WebCore::IDBServer::MemoryObjectStore::addRecord(WebCore::IDBServer::MemoryBackingStoreTransaction&, const WebCore::IDBKeyData&, const WebCore::ThreadSafeDataBuffer&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp:278:12: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  278 |     return error;
      |            ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp: In member function ‘WebCore::IDBError WebCore::IDBServer::MemoryObjectStore::updateIndexesForPutRecord(const WebCore::IDBKeyData&, const WebCore::ThreadSafeDataBuffer&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp:330:12: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  330 |     return error;
      |            ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp: In member function ‘WebCore::IDBError WebCore::IDBServer::MemoryObjectStore::populateIndexWithExistingRecords(WebCore::IDBServer::MemoryIndex&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp:353:20: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  353 |             return error;
      |                    ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBCursor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBCursor.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘virtual WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::beginTransaction(const WebCore::IDBTransactionInfo&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:639:12: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  639 |     return error;
      |            ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘virtual WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::commitTransaction(const WebCore::IDBResourceIdentifier&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:686:12: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  686 |     return error;
      |            ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘virtual WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::createIndex(const WebCore::IDBResourceIdentifier&, const WebCore::IDBIndexInfo&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:919:20: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  919 |             return error;
      |                    ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::uncheckedPutIndexKey(const WebCore::IDBIndexInfo&, const WebCore::IDBKeyData&, const WebCore::IndexKey&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:984:24: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  984 |                 return error;
      |                        ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:994:20: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  994 |             return error;
      |                    ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘virtual WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::deleteRange(const WebCore::IDBResourceIdentifier&, uint64_t, const WebCore::IDBKeyRangeData&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1190:20: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
 1190 |             return error;
      |                    ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1224:12: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
 1224 |     return error;
      |            ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::updateAllIndexesForAddRecord(const WebCore::IDBObjectStoreInfo&, const WebCore::IDBKeyData&, const WebCore::ThreadSafeDataBuffer&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1282:12: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
 1282 |     return error;
      |            ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘virtual WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::addRecord(const WebCore::IDBResourceIdentifier&, const WebCore::IDBObjectStoreInfo&, const WebCore::IDBKeyData&, const WebCore::ThreadSafeDataBuffer&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1335:12: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
 1335 |     return error;
      |            ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘virtual WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::generateKeyNumber(const WebCore::IDBResourceIdentifier&, uint64_t, uint64_t&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1543:16: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
 1543 |         return error;
      |                ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: In member function ‘virtual WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::maybeUpdateKeyGeneratorNumber(const WebCore::IDBResourceIdentifier&, uint64_t, double)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1593:16: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
 1593 |         return error;
      |                ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:80:22:   required from here
   80 |     return makeString("CREATE TABLE ", tableName, " (objectStoreID INTEGER NOT NULL ON CONFLICT FAIL, key TEXT COLLATE IDBKEY NOT NULL ON CONFLICT FAIL UNIQUE ON CONFLICT REPLACE, value NOT NULL ON CONFLICT FAIL)");
      |            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBRequestData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/ServerOpenDBRequest.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseException.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBTransaction.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBTransaction.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseConnection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseConnection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), WebCore::IDBDatabaseInfo, WebCore::IDBError}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:92:62:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2), const P1&, const P2&) [with T = IDBServer::UniqueIDBDatabase; P1 = IDBDatabaseInfo; MP1 = const IDBDatabaseInfo&; P2 = IDBError; MP2 = const IDBError&]’
   92 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
   93 |         &callee,
      |         ~~~~~~~~                                              
   94 |         method,
      |         ~~~~~~~                                               
   95 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
   96 |         WebCore::CrossThreadCopier::copy(parameter2));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:486:57:   required from here
  486 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didOpenBackingStore, databaseInfo, error));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int, WebCore::IDBError, WebCore::IDBObjectStoreInfo}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBObjectStoreInfo; MP3 = const IDBObjectStoreInfo&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:521:57:   required from here
  521 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCreateObjectStore, callbackIdentifier, error, info));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, long unsigned int}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int, WebCore::IDBError, long unsigned int}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = long unsigned int; MP3 = long unsigned int]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:560:57:   required from here
  560 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformDeleteObjectStore, callbackIdentifier, error, objectStoreIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&), long unsigned int, WebCore::IDBError}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:92:62:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2), const P1&, const P2&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&]’
   92 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
   93 |         &callee,
      |         ~~~~~~~~                                              
   94 |         method,
      |         ~~~~~~~                                               
   95 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
   96 |         WebCore::CrossThreadCopier::copy(parameter2));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:592:57:   required from here
  592 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformClearObjectStore, callbackIdentifier, error));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int, WebCore::IDBError, WebCore::IDBIndexInfo}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBIndexInfo; MP3 = const IDBIndexInfo&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:620:57:   required from here
  620 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCreateIndex, callbackIdentifier, error, info));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int, WebCore::IDBError, long unsigned int, long unsigned int}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:125:72:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3, MP4), const P1&, const P2&, const P3&, const P4&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = long unsigned int; MP3 = long unsigned int; P4 = long unsigned int; MP4 = long unsigned int]’
  125 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  126 |         &callee,
      |         ~~~~~~~~                                                        
  127 |         method,
      |         ~~~~~~~                                                         
  128 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  129 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  130 |         WebCore::CrossThreadCopier::copy(parameter3),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  131 |         WebCore::CrossThreadCopier::copy(parameter4));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:669:57:   required from here
  669 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformDeleteIndex, callbackIdentifier, error, objectStoreIdentifier, indexIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int, WebCore::IDBError, WebCore::IDBKeyData}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBKeyData; MP3 = const IDBKeyData&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:726:61:   required from here
  726 |         m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformPutOrAdd, callbackIdentifier, error, usedKey));
      |                                        ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int, WebCore::IDBError, WebCore::ThreadSafeDataBuffer}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = ThreadSafeDataBuffer; MP3 = const IDBGetResult&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:841:57:   required from here
  841 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformGetRecord, callbackIdentifier, error, valueData));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int, WebCore::IDBError, WebCore::IDBResourceIdentifier}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBResourceIdentifier; MP3 = const IDBResourceIdentifier&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:1003:57:   required from here
 1003 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCommitTransaction, callbackIdentifier, error, transactionIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), WebCore::IDBDatabaseInfo, WebCore::IDBError}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:92:62:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2), const P1&, const P2&) [with T = IDBServer::UniqueIDBDatabase; P1 = IDBDatabaseInfo; MP1 = const IDBDatabaseInfo&; P2 = IDBError; MP2 = const IDBError&]’
   92 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
   93 |         &callee,
      |         ~~~~~~~~                                              
   94 |         method,
      |         ~~~~~~~                                               
   95 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
   96 |         WebCore::CrossThreadCopier::copy(parameter2));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:486:57:   required from here
  486 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didOpenBackingStore, databaseInfo, error));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
In file included from /usr/include/c++/15.2.0/functional:61,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Threading.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventNames.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDictionary.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/Dictionary.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/IDBBindingUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.h:32:
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int, WebCore::IDBError, WebCore::IDBObjectStoreInfo}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBObjectStoreInfo; MP3 = const IDBObjectStoreInfo&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:521:57:   required from here
  521 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCreateObjectStore, callbackIdentifier, error, info));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, long unsigned int}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int, WebCore::IDBError, long unsigned int}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = long unsigned int; MP3 = long unsigned int]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:560:57:   required from here
  560 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformDeleteObjectStore, callbackIdentifier, error, objectStoreIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&), long unsigned int, WebCore::IDBError}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:92:62:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2), const P1&, const P2&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&]’
   92 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
   93 |         &callee,
      |         ~~~~~~~~                                              
   94 |         method,
      |         ~~~~~~~                                               
   95 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
   96 |         WebCore::CrossThreadCopier::copy(parameter2));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:592:57:   required from here
  592 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformClearObjectStore, callbackIdentifier, error));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int, WebCore::IDBError, WebCore::IDBIndexInfo}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBIndexInfo; MP3 = const IDBIndexInfo&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:620:57:   required from here
  620 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCreateIndex, callbackIdentifier, error, info));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int, WebCore::IDBError, long unsigned int, long unsigned int}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:125:72:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3, MP4), const P1&, const P2&, const P3&, const P4&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = long unsigned int; MP3 = long unsigned int; P4 = long unsigned int; MP4 = long unsigned int]’
  125 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  126 |         &callee,
      |         ~~~~~~~~                                                        
  127 |         method,
      |         ~~~~~~~                                                         
  128 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  129 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  130 |         WebCore::CrossThreadCopier::copy(parameter3),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  131 |         WebCore::CrossThreadCopier::copy(parameter4));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:669:57:   required from here
  669 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformDeleteIndex, callbackIdentifier, error, objectStoreIdentifier, indexIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int, WebCore::IDBError, WebCore::IDBKeyData}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBKeyData; MP3 = const IDBKeyData&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:726:61:   required from here
  726 |         m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformPutOrAdd, callbackIdentifier, error, usedKey));
      |                                        ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int, WebCore::IDBError, WebCore::ThreadSafeDataBuffer}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = ThreadSafeDataBuffer; MP3 = const IDBGetResult&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:841:57:   required from here
  841 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformGetRecord, callbackIdentifier, error, valueData));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int, WebCore::IDBError, WebCore::IDBResourceIdentifier}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBResourceIdentifier; MP3 = const IDBResourceIdentifier&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:1003:57:   required from here
 1003 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCommitTransaction, callbackIdentifier, error, transactionIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::::(WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), WebCore::IDBDatabaseInfo, WebCore::IDBError}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:92:62:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2), const P1&, const P2&) [with T = IDBServer::UniqueIDBDatabase; P1 = IDBDatabaseInfo; MP1 = const IDBDatabaseInfo&; P2 = IDBError; MP2 = const IDBError&]’
   92 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
   93 |         &callee,
      |         ~~~~~~~~                                              
   94 |         method,
      |         ~~~~~~~                                               
   95 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
   96 |         WebCore::CrossThreadCopier::copy(parameter2));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:486:57:   required from here
  486 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didOpenBackingStore, databaseInfo, error));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&), const WebCore::IDBDatabaseInfo&, const WebCore::IDBError&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int, WebCore::IDBError, WebCore::IDBObjectStoreInfo}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBObjectStoreInfo; MP3 = const IDBObjectStoreInfo&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:521:57:   required from here
  521 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCreateObjectStore, callbackIdentifier, error, info));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBObjectStoreInfo&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, long unsigned int}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int, WebCore::IDBError, long unsigned int}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = long unsigned int; MP3 = long unsigned int]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:560:57:   required from here
  560 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformDeleteObjectStore, callbackIdentifier, error, objectStoreIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&), long unsigned int, WebCore::IDBError}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:92:62:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2), const P1&, const P2&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&]’
   92 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
   93 |         &callee,
      |         ~~~~~~~~                                              
   94 |         method,
      |         ~~~~~~~                                               
   95 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
   96 |         WebCore::CrossThreadCopier::copy(parameter2));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:592:57:   required from here
  592 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformClearObjectStore, callbackIdentifier, error));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&), long unsigned int&&, const WebCore::IDBError&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int, WebCore::IDBError, WebCore::IDBIndexInfo}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBIndexInfo; MP3 = const IDBIndexInfo&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:620:57:   required from here
  620 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCreateIndex, callbackIdentifier, error, info));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBIndexInfo&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBIndexInfo&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int, WebCore::IDBError, long unsigned int, long unsigned int}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:125:72:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3, MP4), const P1&, const P2&, const P3&, const P4&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = long unsigned int; MP3 = long unsigned int; P4 = long unsigned int; MP4 = long unsigned int]’
  125 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  126 |         &callee,
      |         ~~~~~~~~                                                        
  127 |         method,
      |         ~~~~~~~                                                         
  128 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  129 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  130 |         WebCore::CrossThreadCopier::copy(parameter3),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
  131 |         WebCore::CrossThreadCopier::copy(parameter4));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:669:57:   required from here
  669 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformDeleteIndex, callbackIdentifier, error, objectStoreIdentifier, indexIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, long unsigned int, long unsigned int), long unsigned int&&, const WebCore::IDBError&, long unsigned int&&, long unsigned int&&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int, WebCore::IDBError, WebCore::IDBKeyData}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBKeyData; MP3 = const IDBKeyData&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:726:61:   required from here
  726 |         m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformPutOrAdd, callbackIdentifier, error, usedKey));
      |                                        ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBKeyData&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBKeyData&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int, WebCore::IDBError, WebCore::ThreadSafeDataBuffer}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = ThreadSafeDataBuffer; MP3 = const IDBGetResult&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:841:57:   required from here
  841 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformGetRecord, callbackIdentifier, error, valueData));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBGetResult&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBGetResult&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::&; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:536:4:   required from ‘std::function<_Res(_ArgTypes ...)>::_Requires::_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> std::function<_Res(_ArgTypes ...)>::operator=(_Functor&&) [with _Functor = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; _Res = void; _ArgTypes = {}; _Requires<_Callable<_Functor>, std::function<_Res(_ArgTypes ...)>&> = std::function&; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; typename std::enable_if<(!(bool)std::is_same::type>::type, std::function<_Res(_ArgTypes ...)> >::value), std::decay<_Func> >::type = std::decay::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&):: >; typename std::remove_cv::type>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::; typename std::remove_reference<_Tuple>::type = WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::]’
  536 |           function(std::forward<_Functor>(__f)).swap(*this);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:24:   required from ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(T*, void (T::*)(Arguments ...), Arguments&& ...) [with T = WebCore::IDBServer::UniqueIDBDatabase; Arguments = {long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&}]’
   59 |         m_taskFunction = [callee, method, arguments...] {
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~               
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::CrossThreadTaskImpl; Args = {WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*&)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int, WebCore::IDBError, WebCore::IDBResourceIdentifier}; typename _Unique_if::_Single_object = unique_ptr, default_delete > >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:108:67:   required from ‘std::unique_ptr WebCore::createCrossThreadTask(T&, void (T::*)(MP1, MP2, MP3), const P1&, const P2&, const P3&) [with T = IDBServer::UniqueIDBDatabase; P1 = long unsigned int; MP1 = long unsigned int; P2 = IDBError; MP2 = const IDBError&; P3 = IDBResourceIdentifier; MP3 = const IDBResourceIdentifier&]’
  108 |     return std::make_unique>(
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  109 |         &callee,
      |         ~~~~~~~~                                                   
  110 |         method,
      |         ~~~~~~~                                                    
  111 |         WebCore::CrossThreadCopier::copy(parameter1),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  112 |         WebCore::CrossThreadCopier::copy(parameter2),
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
  113 |         WebCore::CrossThreadCopier::copy(parameter3));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:1003:57:   required from here
 1003 |     m_server.postDatabaseTaskReply(createCrossThreadTask(*this, &UniqueIDBDatabase::didPerformCommitTransaction, callbackIdentifier, error, transactionIdentifier));
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadTask.h:59:26: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   59 |         m_taskFunction = [callee, method, arguments...] {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |             (callee->*method)(arguments...);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   61 |         };
      |         ~                 
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::::(const WebCore::CrossThreadTaskImpl::CrossThreadTaskImpl(WebCore::IDBServer::UniqueIDBDatabase*, void (WebCore::IDBServer::UniqueIDBDatabase::*)(long unsigned int, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&), long unsigned int&&, const WebCore::IDBError&, const WebCore::IDBResourceIdentifier&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseTransaction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRangeData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBCursorInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseException.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabaseIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBRequestData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBRequestData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResourceIdentifier.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResourceIdentifier.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResultData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResultData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBIndexInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBObjectStoreInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBDatabaseInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBTransactionInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResultData.cpp: In copy constructor ‘WebCore::IDBResultData::IDBResultData(const WebCore::IDBResultData&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResultData.cpp:55:7: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
   55 |     , m_error(other.m_error)
      |       ^~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResultData.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IndexKey.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IndexKey.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediacontrols/MediaControlsHost.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In member function ‘virtual void WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:125:33: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  125 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  126 |         m_connectionToServer->didAbortTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |     });
      |     ~                            
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In member function ‘virtual void WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:133:33: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  133 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  134 |         m_connectionToServer->didCommitTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135 |     });
      |     ~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In member function ‘virtual void WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:366:33: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  366 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |         m_connectionToServer->didStartTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |     });
      |     ~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMURL.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/DOMURLMediaSource.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Functor = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Functor = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:125:33:   required from here
  125 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  126 |         m_connectionToServer->didAbortTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |     });
      |     ~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:125:74: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  125 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
In file included from /usr/include/c++/15.2.0/functional:61,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.h:31:
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::::(WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Functor = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Functor = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:133:33:   required from here
  133 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  134 |         m_connectionToServer->didCommitTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135 |     });
      |     ~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:133:74: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  133 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::::(WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Functor = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Functor = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:451:36:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  451 |               _My_handler::_M_init_functor(_M_functor,
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  452 |                                            std::forward<_Functor>(__f));
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:366:33:   required from here
  366 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |         m_connectionToServer->didStartTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |     });
      |     ~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:366:74: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  366 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::::(WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&; _Functor = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&; _Functor = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:125:33:   required from here
  125 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  126 |         m_connectionToServer->didAbortTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127 |     });
      |     ~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:125:74: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  125 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::::(const WebCore::InProcessIDBServer::didAbortTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&; _Functor = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&; _Functor = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:133:33:   required from here
  133 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  134 |         m_connectionToServer->didCommitTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135 |     });
      |     ~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:133:74: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  133 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::::(const WebCore::InProcessIDBServer::didCommitTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp: In instantiation of ‘static void std::_Function_base::_Base_manager<_Functor>::_M_create(std::_Any_data&, _Fn&&, std::false_type) [with _Fn = const WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&; _Functor = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; std::false_type = std::false_type]’:
/usr/include/c++/15.2.0/bits/std_function.h:217:15:   required from ‘static void std::_Function_base::_Base_manager<_Functor>::_M_init_functor(std::_Any_data&, _Fn&&) [with _Fn = const WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&; _Functor = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  217 |             _M_create(__functor, std::forward<_Fn>(__f), _Local_storage());
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:200:23:   required from ‘static bool std::_Function_base::_Base_manager<_Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Functor = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::]’
  200 |               _M_init_functor(__dest,
      |               ~~~~~~~~~~~~~~~^~~~~~~~
  201 |                   *const_cast(_M_get_pointer(__source)));
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:284:23:   required from ‘static bool std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_manager(std::_Any_data&, const std::_Any_data&, std::_Manager_operation) [with _Res = void; _Functor = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _ArgTypes = {}]’
  284 |             _Base::_M_manager(__dest, __source, __op);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:454:21:   required from ‘std::function<_Res(_ArgTypes ...)>::function(_Functor&&) [with _Functor = WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::; _Constraints = void; _Res = void; _ArgTypes = {}]’
  454 |               _M_manager = &_My_handler::_M_manager;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:366:33:   required from here
  366 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |         m_connectionToServer->didStartTransaction(transactionIdentifier, error);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |     });
      |     ~                            
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:366:74: warning: implicitly-declared ‘WebCore::IDBError::IDBError(const WebCore::IDBError&)’ is deprecated [-Wdeprecated-copy]
  366 |     RunLoop::current().dispatch([this, self, transactionIdentifier, error] {
      |                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBError.h:42:15: note: because ‘WebCore::IDBError’ has user-provided ‘WebCore::IDBError& WebCore::IDBError::operator=(const WebCore::IDBError&)’
   42 |     IDBError& operator=(const IDBError&);
      |               ^~~~~~~~
/usr/include/c++/15.2.0/bits/std_function.h:163:17: note: synthesized method ‘WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::::(const WebCore::InProcessIDBServer::didStartTransaction(const WebCore::IDBResourceIdentifier&, const WebCore::IDBError&)::&)’ first required here
  163 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/MediaSource.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/MediaSource.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PrintStream.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/Disassembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/AbstractPC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLRegistry.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MediaSample.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/SampleMap.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/AudioTrack.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/SourceBuffer.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/SourceBuffer.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/SourceBufferList.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/SourceBufferList.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/DOMWindowNotifications.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/DOMWindowNotifications.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationCenter.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationCenter.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Supplementable.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/DOMWindowNotifications.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationController.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventNames.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/Notification.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/Notification.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationCenter.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/WorkerGlobalScopeNotifications.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AnalyserNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AnalyserNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AnalyserNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Float32Array.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Condition.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/MessageQueue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeInput.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeInput.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeOutput.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeOutput.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeInput.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeInput.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeOutput.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeOutput.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParamTimeline.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParamTimeline.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioProcessingEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioProcessingEvent.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParamTimeline.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioSummingJunction.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadProcessor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadDSPKernel.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadDSPKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioSummingJunction.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioSummingJunction.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioSummingJunction.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernel.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadDSPKernel.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadDSPKernel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelMergerNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelMergerNode.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadProcessor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadProcessor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelSplitterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelSplitterNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernel.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadProcessor.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadProcessor.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelMergerNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelSplitterNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ConvolverNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ConvolverNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDestination.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ConvolverNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:53:22:   required from here
   53 |     m_buffer.allocate(bufferLengthForDelay(m_maxDelayTime, processor->sampleRate()));
      |     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:53:22:   required from here
   53 |     m_buffer.allocate(bufferLengthForDelay(m_maxDelayTime, processor->sampleRate()));
      |     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:53:22:   required from here
   53 |     m_buffer.allocate(bufferLengthForDelay(m_maxDelayTime, processor->sampleRate()));
      |     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:40:7:   required from here
   40 |     , m_sampleAccurateGainValues(AudioNode::ProcessingSizeInFrames) // FIXME: can probably share temp buffer in context
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:40:7:   required from here
   40 |     , m_sampleAccurateGainValues(AudioNode::ProcessingSizeInFrames) // FIXME: can probably share temp buffer in context
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:40:7:   required from here
   40 |     , m_sampleAccurateGainValues(AudioNode::ProcessingSizeInFrames) // FIXME: can probably share temp buffer in context
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioCompletionEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioCompletionEvent.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioContext.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Condition.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/MessageQueue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:59:7:   required from here
   59 |     , m_phaseIncrements(AudioNode::ProcessingSizeInFrames)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:59:7:   required from here
   59 |     , m_phaseIncrements(AudioNode::ProcessingSizeInFrames)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:59:7:   required from here
   59 |     , m_phaseIncrements(AudioNode::ProcessingSizeInFrames)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.cpp: In constructor ‘WebCore::PannerNode::PannerNode(WebCore::AudioContext&, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.cpp:69:38: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   69 |     m_position = FloatPoint3D(0, 0, 0);
      |                                      ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.cpp:70:41: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   70 |     m_orientation = FloatPoint3D(1, 0, 0);
      |                                         ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.cpp:71:38: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   71 |     m_velocity = FloatPoint3D(0, 0, 0);
      |                                      ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:90:35:   required from here
   90 |         m_magnitudeBuffer.allocate(size / 2);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:90:35:   required from here
   90 |         m_magnitudeBuffer.allocate(size / 2);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:90:35:   required from here
   90 |         m_magnitudeBuffer.allocate(size / 2);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ScriptProcessorNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ScriptProcessorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:225:34:   required from here
  225 |     AudioFloatArray real(halfSize);
      |                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:225:34:   required from here
  225 |     AudioFloatArray real(halfSize);
      |                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:225:34:   required from here
  225 |     AudioFloatArray real(halfSize);
      |                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperProcessor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperProcessor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperProcessor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernel.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperProcessor.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperProcessor.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/ChangeVersionWrapper.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/ChangeVersionWrapper.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ScriptProcessorNode.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ScriptProcessorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseContext.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseDetails.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseManager.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseDetails.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/AbstractDatabaseServer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseServer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseServer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseTask.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseTask.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:193:36:   required from here
  193 |     String stringID = origin + "/" + name;
      |                       ~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:386:82:   required from here
  386 |                 if (!m_sqliteDatabase.executeCommand("CREATE TABLE " + tableName + " (key TEXT NOT NULL ON CONFLICT FAIL UNIQUE ON CONFLICT REPLACE,value TEXT NOT NULL ON CONFLICT FAIL);")) {
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:424:153:   required from here
  424 |         errorMessage = "unable to open database, version mismatch, '" + m_expectedVersion + "' does not match the currentVersion of '" + currentVersion + "'";
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:475:112:   required from here
  475 |     String query(String("SELECT value FROM ") + fullyQualifiedInfoTableName() +  " WHERE key = '" + versionKey + "';");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:193:36:   required from here
  193 |     String stringID = origin + "/" + name;
      |                       ~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:386:82:   required from here
  386 |                 if (!m_sqliteDatabase.executeCommand("CREATE TABLE " + tableName + " (key TEXT NOT NULL ON CONFLICT FAIL UNIQUE ON CONFLICT REPLACE,value TEXT NOT NULL ON CONFLICT FAIL);")) {
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:424:153:   required from here
  424 |         errorMessage = "unable to open database, version mismatch, '" + m_expectedVersion + "' does not match the currentVersion of '" + currentVersion + "'";
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:475:112:   required from here
  475 |     String query(String("SELECT value FROM ") + fullyQualifiedInfoTableName() +  " WHERE key = '" + versionKey + "';");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:475:112:   required from here
  475 |     String query(String("SELECT value FROM ") + fullyQualifiedInfoTableName() +  " WHERE key = '" + versionKey + "';");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseContext.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseContext.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseThread.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseDetails.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseTracker.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/OriginLock.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/OriginLock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLException.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLException.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLResultSet.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLResultSet.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLResultSetRowList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLCallbackWrapper.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLStatement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLStatement.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransaction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransaction.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransactionClient.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocket.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocket.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocket.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.h:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketDeflater.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:784:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String]’
  784 |     String result = tryMakeString(string1, string2, string3, string4);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:207:40:   required from here
  207 |             consoleMessage = makeString("WebSocket connection to '", m_handshake->url().stringCenterEllipsizedToLength(), "' failed: ", reason);
      |                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:209:40:   required from here
  209 |             consoleMessage = makeString("WebSocket connection failed: ", reason);
      |                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:544:116:   required from here
  544 |         fail("One or more reserved bits are on: reserved2 = " + String::number(frame.reserved2) + ", reserved3 = " + String::number(frame.reserved3));
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.cpp:135:52:   required from here
  135 |             fail("Received unexpected extension: " + extensionToken);
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionParser.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionParser.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketFrame.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketFrame.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketFrame.cpp:99:94:   required from here
   99 |         errorString = "WebSocket frame length too large: " + String::number(payloadLength64) + " bytes";
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketFrame.cpp:99:94:   required from here
   99 |         errorString = "WebSocket frame length too large: " + String::number(payloadLength64) + " bytes";
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocket.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocket.cpp:215:122:   required from here
  215 |         scriptExecutionContext()->addConsoleMessage(MessageSource::JS, MessageLevel::Error, "Invalid url for WebSocket " + m_url.stringCenterEllipsizedToLength());
      |                                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketHandshake.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketHandshake.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerGlobalScope.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/generic/ActiveDOMCallback.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketHandshake.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketHandshake.cpp:307:56:   required from here
  307 |         m_failureReason = "Unexpected response code: " + String::number(statusCode);
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketHandshake.cpp:523:36:   required from here
  523 |             m_failureReason = name + " header value should only contain ASCII characters";
      |                               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseDetails.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseManager.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDictionary.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/Dictionary.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/IDBBindingUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/IDBBindingUtilities.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSAudioBufferSourceNodeCustom.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSAudioContextCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBiquadFilterNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBiquadFilterNodeCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSAudioBufferSourceNodeCustom.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFace.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontFace.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFontFace.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSFontFaceCustom.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Condition.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/MessageQueue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSAudioContextCustom.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBiquadFilterNodeCustom.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFace.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontFaceSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFontFaceSet.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSFontFaceSetCustom.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/SlotVisitorInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCryptoKeyPairCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceMotionEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDeviceMotionEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBAny.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSIDBAnyCustom.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBCursor.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSIDBCursorCustom.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBDatabase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSIDBDatabaseCustom.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBCursorWithValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSIDBCursorWithValueCustom.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBIndex.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBIndex.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSIDBIndexCustom.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDictionary.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/Dictionary.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBObjectStore.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBObjectStore.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSIDBObjectStoreCustom.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOscillatorNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSOscillatorNodeCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSPannerNodeCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSOscillatorNodeCustom.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSPannerNodeCustom.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSWebGLRenderingContextBaseCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWindowShell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserModes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ExecutableInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/ByteLengthQueuingStrategyBuiltins.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/ByteLengthQueuingStrategyBuiltins.cpp:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltins.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.cpp:539:190:   required from here
  539 |             m_frame.document()->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Blocked script execution in '" + m_frame.document()->url().stringCenterEllipsizedToLength() + "' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.");
      |                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/IdentifierRep.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.cpp:539:190:   required from here
  539 |             m_frame.document()->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Blocked script execution in '" + m_frame.document()->url().stringCenterEllipsizedToLength() + "' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.");
      |                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_utility.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/NP_jsobject.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_utility.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/npruntime.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/runtime_array.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/runtime_array.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/runtime_method.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/runtime_method.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/runtime_object.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/runtime_object.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/runtime_root.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/runtime_root.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/Bridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/CRuntimeObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/CRuntimeObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_class.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_class.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_instance.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_instance.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_runtime.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_runtime.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_utility.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/c/c_utility.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PrintStream.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/Disassembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/AbstractPC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/Bridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParserMode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleSheetContents.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/contentextensions/ContentExtension.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFace.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontFaceSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontFaceSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/MediaFeatureNames.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/MediaFeatureNames.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCalculationValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SourceSizeList.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelector.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SelectorChecker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SourceSizeList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SourceSizeList.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CustomElementDefinitions.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CustomElementDefinitions.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValueMappings.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/PseudoElement.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
   61 |         return first + ' ' + second;
      |                ~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:1052:61:   required from here
 1052 |         return "url(" + quoteCSSURLIfNeeded(m_value.string) + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
   61 |         return first + ' ' + second;
      |                ~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:1052:61:   required from here
 1052 |         return "url(" + quoteCSSURLIfNeeded(m_value.string) + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.cpp:99:36:   required from here
   99 |     return prefix().string() + ':' + localName().string();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.cpp:99:36:   required from here
   99 |     return prefix().string() + ':' + localName().string();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp: In member function ‘void WebCore::SelectorCompiler::SelectorCodeGenerator::generateSelectorChecker()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:1727:40: warning: implicitly-declared ‘constexpr WebCore::StackAllocator::StackAllocator(const WebCore::StackAllocator&)’ is deprecated [-Wdeprecated-copy]
 1727 |     StackAllocator earlyFailureStack = m_stackAllocator;
      |                                        ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/FunctionCall.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/StackAllocator.h:242:21: note: because ‘WebCore::StackAllocator’ has user-provided ‘WebCore::StackAllocator& WebCore::StackAllocator::operator=(const WebCore::StackAllocator&)’
  242 |     StackAllocator& operator=(const StackAllocator& other)
      |                     ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:1814:43: warning: implicitly-declared ‘constexpr WebCore::StackAllocator::StackAllocator(const WebCore::StackAllocator&)’ is deprecated [-Wdeprecated-copy]
 1814 |             StackAllocator successStack = m_stackAllocator;
      |                                           ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/StackAllocator.h:242:21: note: because ‘WebCore::StackAllocator’ has user-provided ‘WebCore::StackAllocator& WebCore::StackAllocator::operator=(const WebCore::StackAllocator&)’
  242 |     StackAllocator& operator=(const StackAllocator& other)
      |                     ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:1815:43: warning: implicitly-declared ‘constexpr WebCore::StackAllocator::StackAllocator(const WebCore::StackAllocator&)’ is deprecated [-Wdeprecated-copy]
 1815 |             StackAllocator failureStack = m_stackAllocator;
      |                                           ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/StackAllocator.h:242:21: note: because ‘WebCore::StackAllocator’ has user-provided ‘WebCore::StackAllocator& WebCore::StackAllocator::operator=(const WebCore::StackAllocator&)’
  242 |     StackAllocator& operator=(const StackAllocator& other)
      |                     ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:1854:35: warning: implicitly-declared ‘constexpr WebCore::StackAllocator::StackAllocator(const WebCore::StackAllocator&)’ is deprecated [-Wdeprecated-copy]
 1854 |     StackAllocator successStack = m_stackAllocator;
      |                                   ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/StackAllocator.h:242:21: note: because ‘WebCore::StackAllocator’ has user-provided ‘WebCore::StackAllocator& WebCore::StackAllocator::operator=(const WebCore::StackAllocator&)’
  242 |     StackAllocator& operator=(const StackAllocator& other)
      |                     ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp: In member function ‘void WebCore::SelectorCompiler::SelectorCodeGenerator::generateElementMatchesSelectorList(JSC::AbstractMacroAssembler::JumpList&, JSC::AbstractMacroAssembler::RegisterID, const WebCore::SelectorCompiler::SelectorList&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:2003:39: warning: implicitly-declared ‘constexpr WebCore::StackAllocator::StackAllocator(const WebCore::StackAllocator&)’ is deprecated [-Wdeprecated-copy]
 2003 |         StackAllocator successStack = m_stackAllocator;
      |                                       ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/StackAllocator.h:242:21: note: because ‘WebCore::StackAllocator’ has user-provided ‘WebCore::StackAllocator& WebCore::StackAllocator::operator=(const WebCore::StackAllocator&)’
  242 |     StackAllocator& operator=(const StackAllocator& other)
      |                     ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:2004:39: warning: implicitly-declared ‘constexpr WebCore::StackAllocator::StackAllocator(const WebCore::StackAllocator&)’ is deprecated [-Wdeprecated-copy]
 2004 |         StackAllocator failureStack = m_stackAllocator;
      |                                       ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/StackAllocator.h:242:21: note: because ‘WebCore::StackAllocator’ has user-provided ‘WebCore::StackAllocator& WebCore::StackAllocator::operator=(const WebCore::StackAllocator&)’
  242 |     StackAllocator& operator=(const StackAllocator& other)
      |                     ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DataTransfer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/SimulatedClick.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DataTransfer.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileStream.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/AsyncFileStream.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePortChannel.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/default/PlatformMessagePortChannel.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/default/PlatformMessagePortChannel.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:75:83:   required from here
   75 |     String urlString = "blob:" + encodeWithURLEscapeSequences(originString) + '/' + createCanonicalUUIDString();
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:75:83:   required from here
   75 |     String urlString = "blob:" + encodeWithURLEscapeSequences(originString) + '/' + createCanonicalUUIDString();
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:75:83:   required from here
   75 |     String urlString = "blob:" + encodeWithURLEscapeSequences(originString) + '/' + createCanonicalUUIDString();
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/File.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/File.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileException.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileException.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/File.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReader.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReaderLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReaderLoader.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReaderSync.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReaderSync.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/WebKitBlobBuilder.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/WebKitBlobBuilder.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/BackForwardController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedPage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/BackForwardList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedPage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedPage.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/PageCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/PageCache.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedFrame.cpp:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedFrame.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/AttributeDOMTokenList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/AttributeDOMTokenList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderButton.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseCheckableInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseCheckableInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ButtonInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ButtonInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseCheckableInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CheckboxInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CheckboxInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ColorInputType.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ColorInputType.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.cpp:45:42:   required from here
   45 |     String pattern = "^(?:" + rawPattern + ")$";
      |                      ~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormDataList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMFormData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMFormData.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::AtomicString]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.cpp:45:42:   required from here
   45 |     String pattern = "^(?:" + rawPattern + ")$";
      |                      ~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ColorInputType.cpp:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ColorInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMURL.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMURL.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/EmailInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/EmailInputType.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FileInputType.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FileInputType.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormController.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CheckedRadioButtons.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormController.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFileUploadControl.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FileInputType.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FileInputType.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormDataList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormDataList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/GenericCachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/GenericCachedHTMLCollection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAllCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAllCollection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCollection.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCollection.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FileInputType.cpp:245:30:   required from here
  245 |     value = "C:\\fakepath\\" + m_fileList->item(0)->name();
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CollectionIndexCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCollection.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.cpp:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlsCollection.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlsCollection.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLImageLoader.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLImageLoader.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLNameCollection.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLNameCollection.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLOptionsCollection.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLOptionsCollection.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.cpp:79:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.cpp:53:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPictureElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPictureElement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableRowsCollection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableRowsCollection.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HiddenInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HiddenInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageData.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageDocument.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageDocument.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HiddenInputType.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HiddenInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageInputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageInputType.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageData.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = unsigned int; T = int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageData.cpp:47:17:   required from here
   47 |     dataSize *= sw;
      |                 ^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = int; T = int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageData.cpp:63:28:   required from here
   63 |     dataSize *= size.width();
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageDocument.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageDocument.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageDocument.cpp: In member function ‘void WebCore::ImageDocument::createDocumentStructure()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageDocument.cpp:222:126: warning: enum constant in boolean context [-Wint-in-bool-context]
  222 |         downcast(body.get()).setInlineStyleProperty(CSSPropertyBackgroundColor, "white", CSSPrimitiveValue::CSS_IDENT);
      |                                                                                                           ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageInputType.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageInputType.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputTypeNames.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputTypeNames.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/NodeRenderStyle.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.cpp:57:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageInputType.cpp:70:30:   required from here
   70 |     encoding.appendData(name + dotXString.get(), m_clickLocation.x());
      |                         ~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelsNodeList.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelsNodeList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LinkRelAttribute.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaController.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaController.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaDocument.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaDocument.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaFragmentURIParser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaFragmentURIParser.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaElementSession.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaElementSession.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/NumberInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/NumberInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaDocument.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaDocument.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PasswordInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PasswordInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaElementSession.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaElementSession.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControl.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/NumberInputType.cpp:43:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/NumberInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PluginDocument.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PluginDocument.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PublicURLManager.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PublicURLManager.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PluginDocument.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PluginDocument.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseCheckableInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RadioInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RadioInputType.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RadioNodeList.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RadioNodeList.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RangeInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RangeInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ResetInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ResetInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyElement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSlider.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RangeInputType.cpp:43:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RangeInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyTextElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyTextElement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderRuby.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyElement.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/SearchInputType.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/SearchInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Decimal.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/StepRange.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/StepRange.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderRuby.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyTextElement.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyTextElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControl.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControlSingleLine.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSearchField.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/SearchInputType.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/SearchInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseClickableWithKeyInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/SubmitInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/SubmitInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextDocument.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextDocument.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TelephoneInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TelephoneInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TypeAhead.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TypeAhead.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TimeRanges.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/UniquedStringImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringImpl.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLInputType.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/ANGLEInstancedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/ANGLEInstancedArrays.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.cpp:48:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasGradient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In constructor ‘WebCore::CanvasStyle::CanvasStyle(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:144:15: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  144 |         memcpy(this, &other, sizeof(CanvasStyle));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In member function ‘WebCore::CanvasStyle& WebCore::CanvasStyle::operator=(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:151:19: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  151 |             memcpy(this, &other, sizeof(CanvasStyle));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasPathMethods.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasPattern.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:87:56:   required from here
   87 |                 updatedMessage = updatedMessage + '\n' + title;
      |                                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = AtomicString]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:87:56:   required from here
   87 |                 updatedMessage = updatedMessage + '\n' + title;
      |                                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In constructor ‘WebCore::CanvasStyle::CanvasStyle(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:144:15: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  144 |         memcpy(this, &other, sizeof(CanvasStyle));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In member function ‘WebCore::CanvasStyle& WebCore::CanvasStyle::operator=(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:151:19: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  151 |             memcpy(this, &other, sizeof(CanvasStyle));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGException.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMatrix.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/DOMPath.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/DOMPath.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Path.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasPathMethods.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.cpp: In copy constructor ‘WebCore::CanvasStyle::CanvasStyle(const WebCore::CanvasStyle&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.cpp:227:11: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  227 |     memcpy(this, &other, sizeof(CanvasStyle));
      |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In constructor ‘WebCore::CanvasStyle::CanvasStyle(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:144:15: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  144 |         memcpy(this, &other, sizeof(CanvasStyle));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In member function ‘WebCore::CanvasStyle& WebCore::CanvasStyle::operator=(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:151:19: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  151 |             memcpy(this, &other, sizeof(CanvasStyle));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTBlendMinMax.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTBlendMinMax.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTFragDepth.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTFragDepth.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTShaderTextureLOD.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTShaderTextureLOD.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp: In member function ‘WTF::RefPtr WebCore::CanvasRenderingContext2D::createLinearGradient(float, float, float, float, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:1820:12: note: in expansion of macro ‘WTFMove’
 1820 |     return WTFMove(gradient);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:1820:12: note: in expansion of macro ‘WTFMove’
 1820 |     return WTFMove(gradient);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp: In member function ‘WTF::RefPtr WebCore::CanvasRenderingContext2D::createRadialGradient(float, float, float, float, float, float, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:1837:12: note: in expansion of macro ‘WTFMove’
 1837 |     return WTFMove(gradient);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:1837:12: note: in expansion of macro ‘WTFMove’
 1837 |     return WTFMove(gradient);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = char; StringType2 = String; StringType3 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = char; StringType2 = String; StringType3 = char]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:2237:32:   required from here
 2237 |             family = makeString('"', family, '"');
      |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTsRGB.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTsRGB.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESElementIndexUint.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESElementIndexUint.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESStandardDerivatives.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESStandardDerivatives.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloat.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloat.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloat.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloat.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloatLinear.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloatLinear.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESVertexArrayObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESVertexArrayObject.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureATC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureATC.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.cpp: In member function ‘bool WebCore::WebGLBuffer::associateBufferSubDataImpl(GC3Dintptr, const void*, GC3Dsizeiptr)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.cpp:121:86: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  121 |         Checked checkedBufferMax = checkedBufferOffset + checkedDataLength;
      |                                                                                      ^~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = long int; V = long int; OverflowHandler = RecordOverflow; typename Result::ResultType = long int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.cpp:121:86: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  121 |         Checked checkedBufferMax = checkedBufferOffset + checkedDataLength;
      |                                                                                      ^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = long int; V = long int; OverflowHandler = RecordOverflow; typename Result::ResultType = long int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextAttributes.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextAttributes.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextObject.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugShaders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugShaders.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugRendererInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugRendererInfo.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextObject.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDepthTexture.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDepthTexture.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDrawBuffers.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDrawBuffers.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLGetInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLGetInfo.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLFramebuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLFramebuffer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLLoseContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLLoseContext.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLFramebuffer.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLQuery.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLQuery.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLProgram.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLProgram.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderbuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderbuffer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLProgram.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLQuery.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderbuffer.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLShader.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLShader.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSampler.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLShader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSampler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:64:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:1052:119:   required from here
 1052 |         return WebGLGetInfo("WebGL GLSL ES 1.0 (" + m_context->getString(GraphicsContext3D::SHADING_LANGUAGE_VERSION) + ")");
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:1052:119:   required from here
 1052 |         return WebGLGetInfo("WebGL GLSL ES 1.0 (" + m_context->getString(GraphicsContext3D::SHADING_LANGUAGE_VERSION) + ")");
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp: In member function ‘bool WebCore::WebGLRenderingContextBase::validateDrawArrays(const char*, GC3Denum, GC3Dint, GC3Dsizei, GC3Dsizei)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:1806:70: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1806 |         Checked checkedSum = checkedFirst + checkedCount;
      |                                                                      ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = int; V = int; OverflowHandler = RecordOverflow; typename Result::ResultType = int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:1806:70: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
 1806 |         Checked checkedSum = checkedFirst + checkedCount;
      |                                                                      ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = int; V = int; OverflowHandler = RecordOverflow; typename Result::ResultType = int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = int; T = int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4681:19:   required from here
 4681 |     bufferSize += 1;
      |                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = int; T = int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4705:19:   required from here
 4705 |     bufferSize += 1;
      |                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:2583:74:   required from here
 2583 |             String uniformName = info.name + "[" + String::number(index) + "]";
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4024:17:   required from here
 4022 |             String msg(String("texture bound to texture unit ") + String::number(badTexture)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4023 |                 + " is not renderable. It maybe non-power-of-2 and have incompatible texture filtering or is not 'texture complete',"
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4024 |                 + " or it is a float/half-float type with linear filtering and without the relevant float/half-float linear extension enabled.");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = int; T = int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:633:22:   required from ‘const WTF::Checked WTF::Checked::operator*=(WTF::Checked) [with U = int; V = WTF::CrashOnOverflow; T = int; OverflowHandler = WTF::RecordOverflow]’
  633 |         return *this *= rhs.m_value;
      |                ~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4682:39:   required from here
 4682 |     bufferSize *= Checked(4);
      |                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = long int; T = long int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:633:22:   required from ‘const WTF::Checked WTF::Checked::operator*=(WTF::Checked) [with U = long int; V = WTF::CrashOnOverflow; T = long int; OverflowHandler = WTF::RecordOverflow]’
  633 |         return *this *= rhs.m_value;
      |                ~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4684:62:   required from here
 4684 |     bufferDataSize *= Checked(sizeof(GC3Dfloat));
      |                                                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = int; T = int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:633:22:   required from ‘const WTF::Checked WTF::Checked::operator*=(WTF::Checked) [with U = int; V = WTF::CrashOnOverflow; T = int; OverflowHandler = WTF::CrashOnOverflow]’
  633 |         return *this *= rhs.m_value;
      |                ~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4706:39:   required from here
 4706 |     bufferSize *= Checked(4);
      |                                       ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = long int; T = long int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:633:22:   required from ‘const WTF::Checked WTF::Checked::operator*=(WTF::Checked) [with U = long int; V = WTF::CrashOnOverflow; T = long int; OverflowHandler = WTF::CrashOnOverflow]’
  633 |         return *this *= rhs.m_value;
      |                ~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4709:62:   required from here
 4709 |     bufferDataSize *= Checked(sizeof(GC3Dfloat));
      |                                                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4911:100:   required from here
 4911 |       String str = String("WebGL: ") + GetErrorString(error) +  ": " + String(functionName) + ": " + String(description);
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4921:70:   required from here
 4921 |         String str = String("WebGL: ") + String(functionName) + ": " + String(description);
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSync.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSync.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLTexture.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLTexture.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:2583:74:   required from here
 2583 |             String uniformName = info.name + "[" + String::number(index) + "]";
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4024:17:   required from here
 4022 |             String msg(String("texture bound to texture unit ") + String::number(badTexture)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4023 |                 + " is not renderable. It maybe non-power-of-2 and have incompatible texture filtering or is not 'texture complete',"
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4024 |                 + " or it is a float/half-float type with linear filtering and without the relevant float/half-float linear extension enabled.");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4911:100:   required from here
 4911 |       String str = String("WebGL: ") + GetErrorString(error) +  ": " + String(functionName) + ": " + String(description);
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:2583:74:   required from here
 2583 |             String uniformName = info.name + "[" + String::number(index) + "]";
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4024:17:   required from here
 4022 |             String msg(String("texture bound to texture unit ") + String::number(badTexture)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4023 |                 + " is not renderable. It maybe non-power-of-2 and have incompatible texture filtering or is not 'texture complete',"
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4024 |                 + " or it is a float/half-float type with linear filtering and without the relevant float/half-float linear extension enabled.");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSync.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLTexture.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLTransformFeedback.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLTransformFeedback.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLProgram.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLUniformLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLUniformLocation.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLTransformFeedback.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLVertexArrayObjectBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLVertexArrayObjectBase.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLVertexArrayObjectBase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLResourcePreloader.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/CSSPreloadScanner.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/CSSPreloadScanner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attribute.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/AtomicHTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLStackItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLElementStack.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLConstructionSite.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLConstructionSite.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attribute.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/AtomicHTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLStackItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLElementStack.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLElementStack.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/InputStreamPreprocessor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLInputStream.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLDocumentParser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLDocumentParser.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLEntityParser.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLEntityParser.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Deque.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLEntitySearch.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLEntitySearch.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attribute.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/AtomicHTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLStackItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLFormattingElementList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLFormattingElementList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attribute.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTokenizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLMetaCharsetParser.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLMetaCharsetParser.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Decimal.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLParserIdioms.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLParserOptions.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLParserScheduler.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLResourcePreloader.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/CSSPreloadScanner.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLPreloadScanner.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLPreloadScanner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/NestingLevelIncrementer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLParserScheduler.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLParserScheduler.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLResourcePreloader.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLResourcePreloader.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedScript.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLScriptRunner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/PendingScript.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLScriptRunner.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLScriptRunner.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderView.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLResourcePreloader.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLSourceTracker.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLSourceTracker.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLResourcePreloader.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLSrcsetParser.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLSrcsetParser.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attribute.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTokenizer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTokenizer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attribute.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/AtomicHTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLStackItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLElementStack.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLConstructionSite.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/InputStreamPreprocessor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLInputStream.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLDocumentParser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/TextDocumentParser.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/TextDocumentParser.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attribute.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLToken.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Deque.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditorDelegate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditorDelegate.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = AtomicString]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:46:31:   required from ‘WTF::StringAppend::operator WTF::AtomicString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::AtomicString]’
   46 |         return operator String();
      |                ~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:560:30:   required from here
  560 |         map.add(prefix + ':' + localName, QualifiedName(prefix, localName, name.namespaceURI()));
      |                 ~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = AtomicString]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::AtomicString]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:46:31:   required from ‘WTF::StringAppend::operator WTF::AtomicString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::AtomicString]’
   46 |         return operator String();
      |                ~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:560:30:   required from here
  560 |         map.add(prefix + ':' + localName, QualifiedName(prefix, localName, name.namespaceURI()));
      |                 ~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:128:94:   required from here
  128 |     const String& attrName = name.namespaceURI() == XLinkNames::xlinkNamespaceURI ? "xlink:" + name.localName().string() : name.localName().string();
      |                                                                                     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:232:   required from here
  343 |             document->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Error parsing header X-XSS-Protection: " + headerValue + ": "  + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied.");
      |                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:232:   required from here
  343 |             document->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Error parsing header X-XSS-Protection: " + headerValue + ": "  + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied.");
      |                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:232:   required from here
  343 |             document->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Error parsing header X-XSS-Protection: " + headerValue + ": "  + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied.");
      |                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:232:   required from here
  343 |             document->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Error parsing header X-XSS-Protection: " + headerValue + ": "  + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied.");
      |                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:232:   required from here
  343 |             document->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Error parsing header X-XSS-Protection: " + headerValue + ": "  + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied.");
      |                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/AutoFillButtonElement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/DetailsMarkerControl.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/DetailsMarkerControl.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderDetailsMarker.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/DetailsMarkerControl.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/DetailsMarkerControl.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControls.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControls.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MeterShadowElement.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MeterShadowElement.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControls.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControls.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.cpp:49:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderMeter.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MeterShadowElement.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MeterShadowElement.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/ProgressShadowElement.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/ProgressShadowElement.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderProgress.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/ProgressShadowElement.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/ProgressShadowElement.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SliderThumbElement.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SliderThumbElement.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SpinButtonElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SpinButtonElement.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SliderThumbElement.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SliderThumbElement.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SpinButtonElement.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SpinButtonElement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/TextControlInnerElements.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/TextControlInnerElements.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorAgentBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorWebAgentBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorIndexedDBAgent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControl.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControlSingleLine.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSearchField.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/TextControlInnerElements.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/TextControlInnerElements.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CookieJar.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CookieJar.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashSet.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CookieJar.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginAccessControl.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginAccessControl.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URLHash.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginPreflightResultCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp:123:43:   required from here
  123 |     errorDescription = "Method " + method + " is not allowed by Access-Control-Allow-Methods.";
      |                        ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp:123:43:   required from here
  123 |     errorDescription = "Method " + method + " is not allowed by Access-Control-Allow-Methods.";
      |                        ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginAccessControl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginAccessControl.cpp:168:72:   required from here
  168 |             errorDescription =  "Origin " + securityOrigin->toString() + " is not allowed by Access-Control-Allow-Origin.";
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginAccessControl.cpp:168:72:   required from here
  168 |             errorDescription =  "Origin " + securityOrigin->toString() + " is not allowed by Access-Control-Allow-Origin.";
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoadTiming.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ThreadableLoader.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentThreadableLoader.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentThreadableLoader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentWriter.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentWriter.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentWriter.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ThreadableLoader.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Position.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/VisiblePosition.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AXObjectCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/EmptyClients.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/EmptyClients.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/EmptyClients.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:647:168:   required from here
  647 |             String message = "Refused to display '" + response.url().stringCenterEllipsizedToLength() + "' in a frame because it set 'X-Frame-Options' to '" + content + "'.";
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:704:67:   required from here
  704 |         String message = "Sandboxing '" + response.url().string() + "' because it is using HTTP/0.9.";
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:647:168:   required from here
  647 |             String message = "Refused to display '" + response.url().stringCenterEllipsizedToLength() + "' in a frame because it set 'X-Frame-Options' to '" + content + "'.";
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:704:67:   required from here
  704 |         String message = "Sandboxing '" + response.url().string() + "' because it is using HTTP/0.9.";
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoadRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoadRequest.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:70:96:   required from here
   70 |         body = decodeURLEscapeSequences(body.replaceWithLiteral('&', "\r\n").replace('+', ' ') + "\r\n");
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:82:34:   required from here
   82 |         url.setQuery(query + '&' + body);
      |                      ~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:267:93:   required from here
  267 |             frameRequest.resourceRequest().setHTTPContentType(m_contentType + "; boundary=" + m_boundary);
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:82:34:   required from here
   82 |         url.setQuery(query + '&' + body);
      |                      ~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderStateMachine.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/HistoryController.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/HistoryController.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:45:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParserMode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSStyleSheet.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/LinkLoader.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/HistoryController.cpp:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/HistoryController.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/LinkLoader.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/LinkLoader.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MediaResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MediaResourceLoader.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/LinkLoader.cpp:46:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/LinkLoader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:383:180:   required from here
  383 |         m_frame.document()->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Blocked form submission to '" + submission->action().stringCenterEllipsizedToLength() + "' because the form's frame is sandboxed and the 'allow-forms' permission is not set.");
      |                                                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:1463:127:   required from here
 1463 |     frame->document()->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Not allowed to load local resource: " + url);
      |                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = String; StringType2 = const char*; StringType3 = String; StringType4 = char; StringType5 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = String; StringType2 = const char*; StringType3 = String; StringType4 = char; StringType5 = String]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:2391:43:   required from here
 2391 |             hostOnlyURLString = makeString(originalURL.protocol(), "://", originalURL.host(), ':', String::number(port));
      |                                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = String; StringType2 = const char*; StringType3 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = String; StringType2 = const char*; StringType3 = String]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:2393:43:   required from here
 2393 |             hostOnlyURLString = makeString(originalURL.protocol(), "://", originalURL.host());
      |                                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:3207:234:   required from here
 3207 |         m_frame.document()->addConsoleMessage(MessageSource::JS, MessageLevel::Error, "Multiple 'X-Frame-Options' headers with conflicting values ('" + content + "') encountered when loading '" + url.stringCenterEllipsizedToLength() + "'. Falling back to 'DENY'.", requestIdentifier);
      |                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/PlatformMediaResourceLoader.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MediaResourceLoader.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MediaResourceLoader.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MediaResourceLoader.cpp: In member function ‘virtual WTF::RefPtr WebCore::MediaResourceLoader::requestResource(const WebCore::ResourceRequest&, WebCore::PlatformMediaResourceLoader::LoadOptions)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MediaResourceLoader.cpp:71:12: note: in expansion of macro ‘WTFMove’
   71 |     return WTFMove(mediaResource);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MediaResourceLoader.cpp:71:12: note: in expansion of macro ‘WTFMove’
   71 |     return WTFMove(mediaResource);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:3207:234:   required from here
 3207 |         m_frame.document()->addConsoleMessage(MessageSource::JS, MessageLevel::Error, "Multiple 'X-Frame-Options' headers with conflicting values ('" + content + "') encountered when loading '" + url.stringCenterEllipsizedToLength() + "'. Falling back to 'DENY'.", requestIdentifier);
      |                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.cpp:101:32:   required from here
  101 |     String message = makeString("The page at ", m_frame.document()->url().stringCenterEllipsizedToLength(), " contains a form which targets an insecure URL ", url.stringCenterEllipsizedToLength(), ".\n");
      |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6, StringType7, StringType8) [with StringType1 = String; StringType2 = const char*; StringType3 = String; StringType4 = const char*; StringType5 = String; StringType6 = const char*; StringType7 = String; StringType8 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:820:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6, StringType7, StringType8) [with StringType1 = String; StringType2 = const char*; StringType3 = String; StringType4 = const char*; StringType5 = String; StringType6 = const char*; StringType7 = String; StringType8 = const char*]’
  820 |     String result = tryMakeString(string1, string2, string3, string4, string5, string6, string7, string8);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.cpp:110:32:   required from here
  110 |     String message = makeString((allowed ? String() : "[blocked] "), "The page at ", m_frame.document()->url().stringCenterEllipsizedToLength(), errorString, action, " insecure content from ", target.stringCenterEllipsizedToLength(), ".\n");
      |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:646:16: note: in expansion of macro ‘WTFMove’
  646 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:646:16: note: in expansion of macro ‘WTFMove’
  646 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:671:12: note: in expansion of macro ‘WTFMove’
  671 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:671:12: note: in expansion of macro ‘WTFMove’
  671 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NavigationAction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NavigationAction.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NavigationScheduler.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NavigationScheduler.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NavigationScheduler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NetscapePlugInStreamLoader.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NetscapePlugInStreamLoader.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/PingLoader.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NavigationAction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/PolicyCallback.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/PolicyCallback.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/PingLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/PingLoader.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/NavigationAction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/PolicyCallback.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/PolicyChecker.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/PolicyChecker.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentWriter.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ProgressTracker.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ProgressTracker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ProgressTracker.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentWriter.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadNotifier.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadStatistics.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadStatistics.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadNotifier.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadNotifier.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:287:58:   required from here
  287 |     return pathByAppendingComponent(m_storagePath, label + "_resourceLog.plist");
      |                                                    ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:370:47:   required from here
  370 |     return "Statistics for " + origin + ":\n" + statistics.toString();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:370:47:   required from here
  370 |     return "Statistics for " + origin + ":\n" + statistics.toString();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:370:47:   required from here
  370 |     return "Statistics for " + origin + ":\n" + statistics.toString();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SinkDocument.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SinkDocument.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubframeLoader.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubframeLoader.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandleClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubresourceLoader.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubresourceLoader.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.cpp:443:69:   required from here
  443 |         String message = "Sandboxing '" + m_response.url().string() + "' because it is using HTTP/0.9.";
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.cpp:443:69:   required from here
  443 |         String message = "Sandboxing '" + m_response.url().string() + "' because it is using HTTP/0.9.";
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubframeLoader.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubframeLoader.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubframeLoader.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandleClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextCodec.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextEncoding.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextResourceDecoder.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextResourceDecoder.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/BufferedLineReader.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTParser.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextTrackLoader.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextTrackLoader.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubresourceLoader.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubresourceLoader.cpp:238:71:   required from here
  238 |             String message = "Sandboxing '" + response.url().string() + "' because it is using HTTP/0.9.";
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubresourceLoader.cpp:397:111:   required from here
  397 |             String errorMessage = "Cross-origin redirection denied by Cross-Origin Resource Sharing policy: " +
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  398 |                 (!responsePassesCORS ? errorDescription : "Redirected to either a non-HTTP URL or a URL that contains credentials.");
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextCodec.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextTrackLoader.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextResourceDecoder.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextResourceDecoder.cpp:676:20:   required from here
  676 |     return decoded + flush();
      |            ~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ThreadableLoader.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ThreadableLoader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ThreadableLoader.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ThreadableLoader.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/WorkerThreadableLoader.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/WorkerThreadableLoader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ThreadableLoader.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheHost.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/DOMApplicationCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/DOMApplicationCache.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCache.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ManifestParser.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ManifestParser.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubstituteResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveResource.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/Archive.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/Archive.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubstituteResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveResource.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/Archive.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveFactory.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveFactory.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubstituteResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveResource.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/Archive.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveResourceCollection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveResourceCollection.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubstituteResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveResource.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveResource.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubstituteResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/ArchiveResource.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/Archive.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/mhtml/MHTMLArchive.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBufferChunkReader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/mhtml/MHTMLParser.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/mhtml/MHTMLParser.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedCSSStyleSheet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedCSSStyleSheet.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandleClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedFont.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedFont.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp:140:46:   required from here
  140 |     String endOfResourceBoundary = makeString("--", boundary, "\r\n");
      |                                    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedImage.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedImage.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedRawResource.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedRawResource.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedFont.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedImage.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedImage.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceHandle.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentWriter.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceRequest.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceRequest.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceRequestInitiators.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceRequestInitiators.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedSVGDocument.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedSVGDocument.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedSVGDocumentReference.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedSVGDocumentReference.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedFont.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedSVGFont.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedSVGFont.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedScript.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedScript.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:499:206:   required from here
  499 |     String message = "Unsafe attempt to load URL " + url.stringCenterEllipsizedToLength() + " from document with Content-Disposition: attachment at URL " + document->url().stringCenterEllipsizedToLength() + ".";
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:866:88:   required from here
  866 |         message = "Unsafe attempt to load URL " + url.stringCenterEllipsizedToLength() + '.';
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:499:206:   required from here
  499 |     String message = "Unsafe attempt to load URL " + url.stringCenterEllipsizedToLength() + " from document with Content-Disposition: attachment at URL " + document->url().stringCenterEllipsizedToLength() + ".";
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:866:88:   required from here
  866 |         message = "Unsafe attempt to load URL " + url.stringCenterEllipsizedToLength() + '.';
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:499:206:   required from here
  499 |     String message = "Unsafe attempt to load URL " + url.stringCenterEllipsizedToLength() + " from document with Content-Disposition: attachment at URL " + document->url().stringCenterEllipsizedToLength() + ".";
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/MemoryCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/MemoryCache.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabaseBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconController.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconController.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabaseBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabaseBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabaseBase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:975:53:   required from here
  975 |     String journalFilename = m_completeDatabasePath + "-journal";
      |                              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:1088:128:   required from here
 1088 |     if (!db.executeCommand(String("INSERT INTO IconDatabaseInfo VALUES ('Version', ") + String::number(currentDatabaseVersion) + ");")) {
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:1088:128:   required from here
 1088 |     if (!db.executeCommand(String("INSERT INTO IconDatabaseInfo VALUES ('Version', ") + String::number(currentDatabaseVersion) + ");")) {
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedRawResource.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconLoader.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/PageURLRecord.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconRecord.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconRecord.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconLoader.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconLoader.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/PageURLRecord.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/PageURLRecord.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/BarProp.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AutoscrollController.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AutoscrollController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AutoscrollController.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/AudioTrack.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/CaptionUserPreferences.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/CaptionUserPreferences.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AutoscrollController.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AutoscrollController.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuContext.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/HitTestLocation.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/HitTestResult.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuContext.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Crypto.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Crypto.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Crypto.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMSelection.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMSelection.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMSelection.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameOwnerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMTimer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:64:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SuspendableTimer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMTimer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMTimer.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindowExtension.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindowExtension.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindowExtension.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindowProperty.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:41:
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘void WebCore::ContextMenuController::contextMenuItemSelected(WebCore::ContextMenuAction, const WTF::String&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:417:55:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In member function ‘void WebCore::ContextMenuController::contextMenuItemSelected(WebCore::ContextMenuAction, const WTF::String&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:941:44:   required from here
  941 |                 String message = makeString("Unable to post message to ", intendedTargetOrigin->toString(), ". Recipient has origin ", document()->securityOrigin()->toString(), ".\n");
      |                                  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2046:154:   required from here
 2046 |     String message = "Blocked a frame with origin \"" + activeOrigin->toString() + "\" from accessing a frame with origin \"" + targetOrigin->toString() + "\". ";
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2054:59:   required from here
 2054 |             return "Sandbox access violation: " + message + " Both frames are sandboxed and lack the \"allow-same-origin\" flag.";
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2062:178:   required from here
 2062 |         return message + " The frame requesting access has a protocol of \"" + activeURL.protocol() + "\", the frame being accessed has a protocol of \"" + targetURL.protocol() + "\". Protocols must match.\n";
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2068:111:   required from here
 2068 |         return message + "The frame requesting access set \"document.domain\" to \"" + activeOrigin->domain() + "\", but the frame being accessed did not. Both must set \"document.domain\" to the same value to allow access.";
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2073:20:   required from here
 2073 |     return message + "Protocols, domains, and ports must match.";
      |            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DeviceController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DeviceController.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DiagnosticLoggingKeys.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DiagnosticLoggingKeys.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DebugPageOverlays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DebugPageOverlays.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2046:154:   required from here
 2046 |     String message = "Blocked a frame with origin \"" + activeOrigin->toString() + "\" from accessing a frame with origin \"" + targetOrigin->toString() + "\". ";
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2054:59:   required from here
 2054 |             return "Sandbox access violation: " + message + " Both frames are sandboxed and lack the \"allow-same-origin\" flag.";
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2062:178:   required from here
 2062 |         return message + " The frame requesting access has a protocol of \"" + activeURL.protocol() + "\", the frame being accessed has a protocol of \"" + targetURL.protocol() + "\". Protocols must match.\n";
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2068:111:   required from here
 2068 |         return message + "The frame requesting access set \"document.domain\" to \"" + activeOrigin->domain() + "\", but the frame being accessed did not. Both must set \"document.domain\" to the same value to allow access.";
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderStateMachine.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DebugPageOverlays.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DebugPageOverlays.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.cpp:75:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFileUploadControl.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:68:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.cpp:216:40:   required from here
  216 |             String message = makeString("EventSource's response has a charset (\"", charset, "\") that is not UTF-8. Aborting the connection.");
      |                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:784:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String]’
  784 |     String result = tryMakeString(string1, string2, string3, string4);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.cpp:277:32:   required from here
  277 |     String message = makeString("EventSource cannot load ", error.failingURL().string(), ". ", error.localizedDescription());
      |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Position.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/VisiblePosition.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AXObjectCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FocusController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:849:128:   required from here
  849 |         src.document()->addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Not allowed to drag local resource: " + linkURL.stringCenterEllipsizedToLength());
      |                                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FocusController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FocusController.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FocusController.cpp:55:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FocusController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderStateMachine.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameDestructionObserver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameSnapshotting.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameTree.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameTree.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.cpp:57:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/UniquedStringImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringImpl.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameSnapshotting.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameSnapshotting.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringList.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp: In member function ‘void WebCore::History::stateObjectAdded(WTF::PassRefPtr, const WTF::String&, const WTF::String&, StateObjectType, WebCore::ExceptionCodeWithMessage&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:199:20: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  199 |     payloadSize += urlSize;
      |                    ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:615:78: note: initializing argument 1 of ‘const WTF::Checked WTF::Checked::operator+=(WTF::Checked) [with U = unsigned int; V = WTF::CrashOnOverflow; T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  615 |     template  const Checked operator+=(Checked rhs)
      |                                                                ~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:206:22: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  206 |     newTotalUsage += payloadSize;
      |                      ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:615:78: note: initializing argument 1 of ‘const WTF::Checked WTF::Checked::operator+=(WTF::Checked) [with U = long unsigned int; V = WTF::CrashOnOverflow; T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  615 |     template  const Checked operator+=(Checked rhs)
      |                                                                ~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = int; T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:193:18:   required from here
  193 |     titleSize *= 2;
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = long unsigned int; T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:200:49:   required from here
  200 |     payloadSize += data ? data->data().size() : 0;
      |                                                 ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator-=(U) [with U = long unsigned int; T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:205:26:   required from here
  205 |         newTotalUsage -= m_mostRecentStateObjectUsage;
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:590:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  590 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:161:36:   required from here
  161 |             ec.message = makeString("Attempt to use history.replaceState() to change session history URL to ", fullURL.string(), " is insecure; Username/passwords aren't allowed in state object URLs");
      |                          ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = unsigned int; T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:619:22:   required from ‘const WTF::Checked WTF::Checked::operator+=(WTF::Checked) [with U = unsigned int; V = WTF::CrashOnOverflow; T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  619 |         return *this += rhs.m_value;
      |                ~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:199:20:   required from here
  199 |     payloadSize += urlSize;
      |                    ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:79:29:   required from here
   79 |     return url().protocol() + ":";
      |            ~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:90:45:   required from here
   90 |     return url.hasPort() ? url.host() + ":" + String::number(url.port()) : url.host();
      |                            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:125:56:   required from here
  125 |     return url.query().isEmpty() ? emptyString() : "?" + url.query();
      |                                                    ~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:71:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MainFrame.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MainFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:83:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MouseEventWithHitTestResults.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderStateMachine.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CookieJar.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Navigator.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/HitTestLocation.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/HitTestResult.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MouseEventWithHitTestResults.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MouseEventWithHitTestResults.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/EmptyClients.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MainFrame.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MainFrame.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Navigator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Navigator.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/NavigatorBase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/NavigatorBase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/NavigatorBase.cpp:97:107:   required from here
   97 |     static NeverDestroyed platformName(uname(&osname) >= 0 ? String(osname.sysname) + String(" ") + String(osname.machine) : emptyString());
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/NavigatorBase.cpp:97:107:   required from here
   97 |     static NeverDestroyed platformName(uname(&osname) >= 0 ? String(osname.sysname) + String(" ") + String(osname.machine) : emptyString());
      |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/OriginAccessEntry.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/OriginAccessEntry.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheStorage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageConfiguration.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorProtocolTypes.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorProtocolObjects.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ScriptCallStack.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageConsoleClient.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageConsoleClient.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroup.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroup.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorValues.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroupLoadDeferrer.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Supplementable.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroup.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageConsoleClient.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageConsoleClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroupLoadDeferrer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroupLoadDeferrer.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroup.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroup.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerCompositor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.cpp:73:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlayController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlayController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlayController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlayController.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlayController.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageThrottler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Performance.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Performance.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:120:109:   required from here
  120 |         appendString("");
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:350:37:   required from here
  350 |     String url = "wyciwyg://frame/" + String::number(m_blankFrameCounter++);
      |                  ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentWriter.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PerformanceNavigation.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:120:109:   required from here
  120 |         appendString("");
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:120:109:   required from here
  120 |         appendString("");
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PerformanceTiming.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PerformanceTiming.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PerformanceTiming.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Screen.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:83:   required from here
  525 |     return create(URL(URL(), protocol + "://" + host + ":" + String::number(port) + "/"));
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:83:   required from here
  525 |     return create(URL(URL(), protocol + "://" + host + ":" + String::number(port) + "/"));
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:83:   required from here
  525 |     return create(URL(URL(), protocol + "://" + host + ":" + String::number(port) + "/"));
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:83:   required from here
  525 |     return create(URL(URL(), protocol + "://" + host + ":" + String::number(port) + "/"));
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:83:   required from here
  525 |     return create(URL(URL(), protocol + "://" + host + ":" + String::number(port) + "/"));
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Screen.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Screen.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderView.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityPolicy.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityPolicy.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityPolicy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityPolicy.cpp:88:23:   required from here
   88 |         return origin + "/";
      |                ~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Settings.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Settings.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:285:72:   required from here
  285 |         return String::number(style->pageSize().width().value()) + ' ' + String::number(style->pageSize().height().value());
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:287:57:   required from here
  287 |     return String("pageProperty() unimplemented for: ") + propertyName;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameOwnerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SpatialNavigation.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SpatialNavigation.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:285:72:   required from here
  285 |         return String::number(style->pageSize().width().value()) + ' ' + String::number(style->pageSize().height().value());
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SuspendableTimer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, char>, String>, char>, String>, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, char>, WTF::String>, char>, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
  300 |     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
  301 |            String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderInline.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SpatialNavigation.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SpatialNavigation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/TextIndicator.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/TextIndicator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SpatialNavigation.cpp:43:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserContentController.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/TextIndicator.cpp:43:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/TextIndicator.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserScriptTypes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserContentController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserContentController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserContentURLPattern.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserContentURLPattern.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/VisitedLinkStore.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WheelEventDeltaFilter.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WindowFeatures.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WindowFeatures.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WorkerNavigator.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WorkerNavigator.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/ImplicitAnimation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CompositeAnimation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CompositeAnimation.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationControllerPrivate.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/ImplicitAnimation.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/ClipPathOperation.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/ImplicitAnimation.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/ImplicitAnimation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CompositeAnimation.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CompositeAnimation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/PseudoElement.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp: In function ‘WTF::Vector WebCore::blendFunc(const AnimationBase*, const WTF::Vector&, const WTF::Vector&, double)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:278:98: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  278 |         result[i] = to[i % toLength].blend(from[i % fromLength], narrowPrecisionToFloat(progress));
      |                                                                                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/KeyframeAnimation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/KeyframeAnimation.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/KeyframeAnimation.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/KeyframeAnimation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:158:36:   required from here
  158 |         String message = makeString("Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"", directives->operativeDirective(directives->m_scriptSrc.get())->text(), "\".\n");
      |                          ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:170:54:   required from here
  170 |     String message = m_reportOnly ? "[Report Only] " + consoleMessage : consoleMessage;
      |                                     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:188:110:   required from here
  188 |     reportViolation(directive->text(), scriptSrc, consoleMessage + "\"" + directive->text() + "\"." + suffix + "\n", URL(), contextURL, contextLine, state);
      |                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = String; StringType2 = char; StringType3 = String; StringType4 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:784:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = String; StringType2 = char; StringType3 = String; StringType4 = const char*]’
  784 |     String result = tryMakeString(string1, string2, string3, string4);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:201:32:   required from here
  201 |     String message = makeString(consoleMessage, '\'', directive->text(), "\'.");
      |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:203:27:   required from here
  203 |         message = message + " When enforcing the 'plugin-types' directive, the plugin's media type must be explicitly declared with a 'type' attribute on the containing element (e.g. '').";
      |                   ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = const char*; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = const char*; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:216:28:   required from here
  216 |         suffix = makeString(" Note that '", (isScript ? "script" : "style"), "-src' was not explicitly set, so 'default-src' is used as a fallback.");
      |                  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:261:54:   required from here
  261 |         suffix = " Note that '" + effectiveDirective + "' was not explicitly set, so 'default-src' is used as a fallback.";
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6, StringType7) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*; StringType6 = String; StringType7 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:811:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6, StringType7) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*; StringType6 = String; StringType7 = char]’
  811 |     String result = tryMakeString(string1, string2, string3, string4, string5, string6, string7);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:263:70:   required from here
  263 |     reportViolation(directive->text(), effectiveDirective, makeString(prefix, url.stringCenterEllipsizedToLength(), "' because it violates the following Content Security Policy directive: \"", directive->text(), "\".", suffix, '\n'), url);
      |                                                            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:573:16: note: in expansion of macro ‘WTFMove’
  573 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:573:16: note: in expansion of macro ‘WTFMove’
  573 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:596:12: note: in expansion of macro ‘WTFMove’
  596 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:596:12: note: in expansion of macro ‘WTFMove’
  596 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:330:185:   required from here
  330 |         return checkMediaTypeAndReportViolation(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + url.stringCenterEllipsizedToLength() + "' (MIME type '" + typeAttribute + "') because it violates the following Content Security Policy Directive: ");
      |                                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:188:110:   required from here
  188 |     reportViolation(directive->text(), scriptSrc, consoleMessage + "\"" + directive->text() + "\"." + suffix + "\n", URL(), contextURL, contextLine, state);
      |                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:330:185:   required from here
  330 |         return checkMediaTypeAndReportViolation(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + url.stringCenterEllipsizedToLength() + "' (MIME type '" + typeAttribute + "') because it violates the following Content Security Policy Directive: ");
      |                                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:188:110:   required from here
  188 |     reportViolation(directive->text(), scriptSrc, consoleMessage + "\"" + directive->text() + "\"." + suffix + "\n", URL(), contextURL, contextLine, state);
      |                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:188:110:   required from here
  188 |     reportViolation(directive->text(), scriptSrc, consoleMessage + "\"" + directive->text() + "\"." + suffix + "\n", URL(), contextURL, contextLine, state);
      |                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySource.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySource.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySource.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySource.cpp:67:51:   required from here
   67 |     return m_hostHasWildcard && host.endsWith("." + m_host, false);
      |                                               ~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:519:29:   required from here
  519 |         message = makeString("Unrecognized Content-Security-Policy directive '", name, "'.\n"); // FIXME: Why does this include a newline?
      |                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:526:203:   required from here
  526 |     logToConsole("The Content Security Policy directive '" + directiveName + "' contains '" + sourceExpression + "' as a source expression. Did you mean '" + directiveName + " ...; " + sourceExpression + "...' (note the semicolon)?");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:546:90:   required from here
  546 |     logToConsole("Error while parsing the 'sandbox' Content Security Policy directive: " + invalidFlags);
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:551:114:   required from here
  551 |     logToConsole("The 'reflected-xss' Content Security Policy directive has the invalid value \"" + invalidValue + "\". Value values are \"allow\", \"filter\", and \"block\".");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:566:32:   required from here
  566 |     String message = makeString("The value for Content Security Policy directive '", directiveName, "' contains an invalid character: '", value, "'. Non-whitespace characters outside ASCII 0x21-0x7E must be percent-encoded, as described in RFC 3986, section 2.1: http://tools.ietf.org/html/rfc3986#section-2.1.");
      |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*; StringType6 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:802:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5, StringType6) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*; StringType6 = String]’
  802 |     String result = tryMakeString(string1, string2, string3, string4, string5, string6);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:580:32:   required from here
  580 |     String message = makeString("The source list for Content Security Policy directive '", directiveName, "' contains a source with an invalid path: '", value, "'. ", ignoring);
      |                      ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:506:16: note: in expansion of macro ‘WTFMove’
  506 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:506:16: note: in expansion of macro ‘WTFMove’
  506 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:527:12: note: in expansion of macro ‘WTFMove’
  527 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:527:12: note: in expansion of macro ‘WTFMove’
  527 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:588:29:   required from here
  588 |         message = makeString(message, " Note that 'none' has no effect unless it is the only expression in the source list.");
      |                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:526:203:   required from here
  526 |     logToConsole("The Content Security Policy directive '" + directiveName + "' contains '" + sourceExpression + "' as a source expression. Did you mean '" + directiveName + " ...; " + sourceExpression + "...' (note the semicolon)?");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:526:203:   required from here
  526 |     logToConsole("The Content Security Policy directive '" + directiveName + "' contains '" + sourceExpression + "' as a source expression. Did you mean '" + directiveName + " ...; " + sourceExpression + "...' (note the semicolon)?");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:526:203:   required from here
  526 |     logToConsole("The Content Security Policy directive '" + directiveName + "' contains '" + sourceExpression + "' as a source expression. Did you mean '" + directiveName + " ...; " + sourceExpression + "...' (note the semicolon)?");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:526:203:   required from here
  526 |     logToConsole("The Content Security Policy directive '" + directiveName + "' contains '" + sourceExpression + "' as a source expression. Did you mean '" + directiveName + " ...; " + sourceExpression + "...' (note the semicolon)?");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:526:203:   required from here
  526 |     logToConsole("The Content Security Policy directive '" + directiveName + "' contains '" + sourceExpression + "' as a source expression. Did you mean '" + directiveName + " ...; " + sourceExpression + "...' (note the semicolon)?");
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySource.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySourceList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySourceList.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySourceList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySourceListDirective.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySourceListDirective.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySourceListDirective.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:29:   required from here
   40 |         , m_text(name + ' ' + value)
      |                  ~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollLatchingState.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollLatchingState.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollLatchingState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarTheme.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarThemeComposite.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Region.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp: In member function ‘void WebCore::ScrollingStateFixedNode::updateConstraints(const WebCore::FixedPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp:67:21: warning: implicitly-declared ‘WebCore::FixedPositionViewportConstraints& WebCore::FixedPositionViewportConstraints::operator=(const WebCore::FixedPositionViewportConstraints&)’ is deprecated [-Wdeprecated-copy]
   67 |     m_constraints = constraints;
      |                     ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:83:5: note: because ‘WebCore::FixedPositionViewportConstraints’ has user-provided ‘WebCore::FixedPositionViewportConstraints::FixedPositionViewportConstraints(const WebCore::FixedPositionViewportConstraints&)’
   83 |     FixedPositionViewportConstraints(const FixedPositionViewportConstraints& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h: In member function ‘WebCore::FixedPositionViewportConstraints& WebCore::FixedPositionViewportConstraints::operator=(const WebCore::FixedPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:77:7: warning: implicitly-declared ‘WebCore::ViewportConstraints& WebCore::ViewportConstraints::operator=(const WebCore::ViewportConstraints&)’ is deprecated [-Wdeprecated-copy]
   77 | class FixedPositionViewportConstraints : public ViewportConstraints {
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:51:5: note: because ‘WebCore::ViewportConstraints’ has user-provided ‘WebCore::ViewportConstraints::ViewportConstraints(const WebCore::ViewportConstraints&)’
   51 |     ViewportConstraints(const ViewportConstraints& other)
      |     ^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp: In member function ‘void WebCore::ScrollingStateFixedNode::updateConstraints(const WebCore::FixedPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp:67:21: note: synthesized method ‘WebCore::FixedPositionViewportConstraints& WebCore::FixedPositionViewportConstraints::operator=(const WebCore::FixedPositionViewportConstraints&)’ first required here
   67 |     m_constraints = constraints;
      |                     ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarTheme.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarThemeComposite.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateTree.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateTree.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Region.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.cpp: In member function ‘void WebCore::ScrollingStateStickyNode::updateConstraints(const WebCore::StickyPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.cpp:67:21: warning: implicitly-declared ‘WebCore::StickyPositionViewportConstraints& WebCore::StickyPositionViewportConstraints::operator=(const WebCore::StickyPositionViewportConstraints&)’ is deprecated [-Wdeprecated-copy]
   67 |     m_constraints = constraints;
      |                     ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:123:5: note: because ‘WebCore::StickyPositionViewportConstraints’ has user-provided ‘WebCore::StickyPositionViewportConstraints::StickyPositionViewportConstraints(const WebCore::StickyPositionViewportConstraints&)’
  123 |     StickyPositionViewportConstraints(const StickyPositionViewportConstraints& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h: In member function ‘WebCore::StickyPositionViewportConstraints& WebCore::StickyPositionViewportConstraints::operator=(const WebCore::StickyPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:114:7: warning: implicitly-declared ‘WebCore::ViewportConstraints& WebCore::ViewportConstraints::operator=(const WebCore::ViewportConstraints&)’ is deprecated [-Wdeprecated-copy]
  114 | class StickyPositionViewportConstraints : public ViewportConstraints {
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:51:5: note: because ‘WebCore::ViewportConstraints’ has user-provided ‘WebCore::ViewportConstraints::ViewportConstraints(const WebCore::ViewportConstraints&)’
   51 |     ViewportConstraints(const ViewportConstraints& other)
      |     ^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.cpp: In member function ‘void WebCore::ScrollingStateStickyNode::updateConstraints(const WebCore::StickyPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.cpp:67:21: note: synthesized method ‘WebCore::StickyPositionViewportConstraints& WebCore::StickyPositionViewportConstraints::operator=(const WebCore::StickyPositionViewportConstraints&)’ first required here
   67 |     m_constraints = constraints;
      |                     ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateTree.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContentType.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContentType.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenu.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenu.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CrossThreadCopier.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DateComponents.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DateComponents.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DateComponents.cpp:711:39:   required from here
  710 |         return String::format("%04d-%02d-%02dT", m_year, m_month + 1, m_monthDay)
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  711 |             + toStringForTime(format) + String("Z");
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DateComponents.cpp:714:13:   required from here
  713 |         return String::format("%04d-%02d-%02dT", m_year, m_month + 1, m_monthDay)
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  714 |             + toStringForTime(format);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Decimal.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Decimal.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/KeypressCommand.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PlatformKeyboardEvent.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DragData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileChooser.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileChooser.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileStream.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileStream.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DragImage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderStateMachine.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Language.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Length.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Length.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, V) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuffer.h:44:90:   required from ‘WTF::StringBuffer::StringBuffer(unsigned int) [with CharType = char16_t]’
   44 |         , m_data(m_length ? static_cast(fastMalloc((Checked(m_length) * sizeof(CharType)).unsafeGet())) : nullptr)
      |                                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Length.cpp:94:41:   required from here
   94 |     StringBuffer spacified(length);
      |                                         ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:761:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  761 |     return lhs * Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/LengthPoint.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/LengthSize.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DragImage.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DragImage.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/LinkHash.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Logging.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MIMETypeRegistry.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MIMETypeRegistry.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFamily.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValuePool.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MemoryPressureHandler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MemoryPressureHandler.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MemoryPressureHandler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/PlatformMediaSession.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/RemoteCommandListener.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/RemoteCommandListener.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/RuntimeApplicationChecks.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MemoryPressureHandler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MemoryPressureHandler.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SchemeRegistry.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SchemeRegistry.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WheelEventTestTrigger.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollAnimator.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollAnimator.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Scrollbar.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollView.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollView.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollView.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Scrollbar.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollableArea.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollableArea.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollableArea.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollView.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollableArea.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarTheme.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarTheme.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Scrollbar.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Scrollbar.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Scrollbar.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarTheme.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarThemeComposite.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarThemeComposite.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBufferChunkReader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBufferChunkReader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Theme.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Theme.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadTimers.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:831:33:   required from here
  831 |         parse(newProtocol + ':' + m_string);
      |               ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:835:23:   required from here
  835 |     parse(newProtocol + m_string.substring(m_schemeEnd));
      |           ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:849:75:   required from here
  849 |     parse(m_string.left(hostStart()) + (slashSlashNeeded ? "//" : "") + s + m_string.substring(m_hostEnd));
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:895:22:   required from here
  895 |             u = "//" + u;
      |                 ~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:899:46:   required from here
  899 |         parse(m_string.left(m_userStart) + u + m_string.substring(end));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:917:88:   required from here
  917 |         String p = ":" + encodeWithURLEscapeSequences(password, PercentEncodePassword) + "@";
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:940:43:   required from here
  940 |     parse(m_string.left(m_queryEnd) + "#" + s);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:2202:80:   required from here
 2202 |     return URL(URL(), "webkit-fake-url://" + createCanonicalUUIDString() + '/' + relativePart);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:831:33:   required from here
  831 |         parse(newProtocol + ':' + m_string);
      |               ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:940:43:   required from here
  940 |     parse(m_string.left(m_queryEnd) + "#" + s);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, char>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:2202:80:   required from here
 2202 |     return URL(URL(), "webkit-fake-url://" + createCanonicalUUIDString() + '/' + relativePart);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/UUID.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/UUID.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/AnimationList.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/AnimationList.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Widget.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PlatformScreen.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Widget.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Widget.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/TimingFunction.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:357:34:   required from here
  357 |     AudioFloatArray temp(length());
      |                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:357:34:   required from here
  357 |     AudioFloatArray temp(length());
      |                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:357:34:   required from here
  357 |     AudioFloatArray temp(length());
      |                                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioFIFO.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioFIFO.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioFIFO.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioPullFIFO.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioPullFIFO.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioPullFIFO.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResampler.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResampler.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:41:7:   required from here
   41 |     , m_sourceBuffer(2 + static_cast(MaxFramesToProcess * AudioResampler::MaxRate))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:41:7:   required from here
   41 |     , m_sourceBuffer(2 + static_cast(MaxFramesToProcess * AudioResampler::MaxRate))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:41:7:   required from here
   41 |     , m_sourceBuffer(2 + static_cast(MaxFramesToProcess * AudioResampler::MaxRate))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:47:7:   required from here
   47 |     , m_buffer(inputBlockSize * 2)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:47:7:   required from here
   47 |     , m_buffer(inputBlockSize * 2)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:47:7:   required from here
   47 |     , m_buffer(inputBlockSize * 2)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:41:7:   required from here
   41 |     , m_reducedKernel(DefaultKernelSize / 2)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:41:7:   required from here
   41 |     , m_reducedKernel(DefaultKernelSize / 2)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:41:7:   required from here
   41 |     , m_reducedKernel(DefaultKernelSize / 2)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressor.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {WebCore::DynamicsCompressorKernel::}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:79:67:   required from here
   79 |         m_preDelayBuffers.append(std::make_unique(MaxPreDelayFrames));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {WebCore::DynamicsCompressorKernel::}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:79:67:   required from here
   79 |         m_preDelayBuffers.append(std::make_unique(MaxPreDelayFrames));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {WebCore::DynamicsCompressorKernel::}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:79:67:   required from here
   79 |         m_preDelayBuffers.append(std::make_unique(MaxPreDelayFrames));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/EqualPowerPanner.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/EqualPowerPanner.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:44:7:   required from here
   44 |     , m_inputBuffer(fftSize) // 2nd half of buffer is always zeroed
      |       ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:44:7:   required from here
   44 |     , m_inputBuffer(fftSize) // 2nd half of buffer is always zeroed
      |       ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:44:7:   required from here
   44 |     , m_inputBuffer(fftSize) // 2nd half of buffer is always zeroed
      |       ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:48:45:   required from here
   48 |     AudioFloatArray paddedResponse(fftSize()); // zero-initialized
      |                                             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:48:45:   required from here
   48 |     AudioFloatArray paddedResponse(fftSize()); // zero-initialized
      |                                             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:48:45:   required from here
   48 |     AudioFloatArray paddedResponse(fftSize()); // zero-initialized
      |                                             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFDatabase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFDatabase.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFDatabase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFDatabaseLoader.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFDatabaseLoader.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFKernel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFKernel.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/MultiChannelResampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/MultiChannelResampler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/MultiChannelResampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/PlatformMediaSession.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/PlatformMediaSessionManager.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/PlatformMediaSessionManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Panner.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/PlatformMediaSession.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/PlatformMediaSession.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFKernel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioHardwareListener.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/PlatformMediaSessionManager.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/PlatformMediaSession.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:65:7:   required from here
   65 |     , m_tempL1(RenderingQuantum)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:65:7:   required from here
   65 |     , m_tempL1(RenderingQuantum)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:65:7:   required from here
   65 |     , m_tempL1(RenderingQuantum)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Panner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:42:7:   required from here
   42 |     : m_buffer(length)
      |       ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:42:7:   required from here
   42 |     : m_buffer(length)
      |       ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:42:7:   required from here
   42 |     : m_buffer(length)
      |       ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolver.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Reverb.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Reverb.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Reverb.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:38:7:   required from here
   38 |     : m_buffer(length)
      |       ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:38:7:   required from here
   38 |     : m_buffer(length)
      |       ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:38:7:   required from here
   38 |     : m_buffer(length)
      |       ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolver.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolver.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:64:31:   required from here
   64 |     m_temporaryBuffer.allocate(renderSliceSize);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:64:31:   required from here
   64 |     m_temporaryBuffer.allocate(renderSliceSize);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:64:31:   required from here
   64 |     m_temporaryBuffer.allocate(renderSliceSize);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:75:7:   required from here
   75 |     , m_kernelStorage(m_kernelSize * (m_numberOfKernelOffsets + 1))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:75:7:   required from here
   75 |     , m_kernelStorage(m_kernelSize * (m_numberOfKernelOffsets + 1))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:75:7:   required from here
   75 |     , m_kernelStorage(m_kernelSize * (m_numberOfKernelOffsets + 1))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:41:7:   required from here
   41 |     , m_kernel(DefaultKernelSize)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:41:7:   required from here
   41 |     , m_kernel(DefaultKernelSize)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:41:7:   required from here
   41 |     , m_kernel(DefaultKernelSize)
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Color.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/BitmapImage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/BitmapImage.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GeneratedImage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/CrossfadeGeneratedImage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/CrossfadeGeneratedImage.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatRect.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatRoundedRect.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatSize.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.cpp: In function ‘WTF::RefPtr WebCore::createAndFillGlyphPage(unsigned int, const Font&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.cpp:232:12: note: in expansion of macro ‘WTFMove’
  232 |     return WTFMove(glyphPage);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.cpp:232:12: note: in expansion of macro ‘WTFMove’
  232 |     return WTFMove(glyphPage);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.cpp: In member function ‘bool WebCore::Font::applyTransforms(WebCore::GlyphBufferGlyph*, WebCore::GlyphBufferAdvance*, size_t, bool, bool) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.cpp:383:128: warning: unused parameter ‘requiresShaping’ [-Wunused-parameter]
  383 | bool Font::applyTransforms(GlyphBufferGlyph* glyphs, GlyphBufferAdvance* advances, size_t glyphCount, bool enableKerning, bool requiresShaping) const
      |                                                                                                                           ~~~~~^~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCache.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCache.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascadeFonts.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascadeFonts.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontGenericFamilies.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontGenericFamilies.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontRanges.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontRanges.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GeneratedImage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GeneratedImage.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Gradient.cpp: In member function ‘unsigned int WebCore::Gradient::hash() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Gradient.cpp:203:11: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct WebCore::Gradient::hash() const::’; use assignment or value-initialization instead [-Wclass-memaccess]
  203 |     memset(¶meters, 0, sizeof(parameters));
      |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Gradient.cpp:187:12: note: ‘struct WebCore::Gradient::hash() const::’ declared here
  187 |     struct {
      |            ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GeneratedImage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GradientImage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GradientImage.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerTransform.cpp: In member function ‘void WebCore::GraphicsLayerTransform::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerTransform.cpp:53:21: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   53 |     m_anchorPoint = anchorPoint;
      |                     ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerTransform.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerTransform.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerUpdater.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h: In instantiation of ‘void WebCore::BidiResolverBase::setPositionIgnoringNestedIsolates(const Iterator&) [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:693:51:   required from here
  693 |     bidiResolver.setPositionIgnoringNestedIsolates(TextRunIterator(&run, 0));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:218:82: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  218 |     void setPositionIgnoringNestedIsolates(const Iterator& position) { m_current = position; }
      |                                                                        ~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h: In instantiation of ‘void WebCore::BidiResolverBase::createBidiRunsForLine(const Iterator&, WebCore::VisualDirectionOverride, bool) [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:698:39:   required from here
  698 |     bidiResolver.createBidiRunsForLine(TextRunIterator(&run, run.length()));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:581:15: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  581 |         m_sor = m_current;
      |         ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:582:15: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  582 |         m_eor = Iterator();
      |         ~~~~~~^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:584:19: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  584 |             m_eor = m_current;
      |             ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:597:11: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  597 |     m_eor = Iterator();
      |     ~~~~~~^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:599:12: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  599 |     m_last = m_current;
      |     ~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:681:39: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  681 |                                 m_eor = m_last;
      |                                 ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:692:35: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  692 |                             m_eor = m_last;
      |                             ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:699:35: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  699 |                             m_eor = m_last;
      |                             ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:708:19: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  708 |             m_eor = m_current;
      |             ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:734:35: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  734 |                             m_eor = m_last;
      |                             ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:740:35: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  740 |                             m_eor = m_last;
      |                             ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:747:19: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  747 |             m_eor = m_current;
      |             ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:765:31: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  765 |                         m_eor = m_last;
      |                         ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:786:39: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  786 |                                 m_eor = m_status.last == U_EUROPEAN_NUMBER_TERMINATOR ? m_lastBeforeET : m_last;
      |                                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:797:39: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  797 |                                 m_eor = m_status.last == U_EUROPEAN_NUMBER_TERMINATOR ? m_lastBeforeET : m_last;
      |                                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:805:35: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  805 |                             m_eor = m_status.last == U_EUROPEAN_NUMBER_TERMINATOR ? m_lastBeforeET : m_last;
      |                             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:815:23: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  815 |                 m_eor = m_current;
      |                 ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:834:27: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  834 |                     m_eor = m_last;
      |                     ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:857:27: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  857 |                     m_eor = m_last;
      |                     ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:863:19: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  863 |             m_eor = m_current;
      |             ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:874:23: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  874 |                 m_eor = m_current;
      |                 ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:877:32: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  877 |                 m_lastBeforeET = m_emptyRun ? m_eor : m_last;
      |                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:883:23: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  883 |                 m_eor = m_current;
      |                 ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:902:23: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  902 |                 m_eor = endOfLine;
      |                 ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:917:23: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  917 |             m_current = end;
      |             ~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:919:19: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  919 |             m_sor = stateAtEnd.m_sor;
      |             ~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:920:19: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  920 |             m_eor = stateAtEnd.m_eor;
      |             ~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:921:20: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  921 |             m_last = stateAtEnd.m_last;
      |             ~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:923:28: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  923 |             m_lastBeforeET = stateAtEnd.m_lastBeforeET;
      |             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:930:16: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  930 |         m_last = m_current;
      |         ~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:933:19: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  933 |             m_sor = m_current;
      |             ~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:941:27: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  941 |                 m_current = end;
      |                 ~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:943:23: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  943 |                 m_sor = stateAtEnd.m_sor;
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:944:23: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  944 |                 m_eor = stateAtEnd.m_eor;
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:945:24: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  945 |                 m_last = stateAtEnd.m_last;
      |                 ~~~~~~~^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:947:32: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  947 |                 m_lastBeforeET = stateAtEnd.m_lastBeforeET;
      |                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:958:30: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  958 |             stateAtEnd.m_sor = m_sor;
      |             ~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:959:30: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  959 |             stateAtEnd.m_eor = m_eor;
      |             ~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:960:31: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  960 |             stateAtEnd.m_last = m_last;
      |             ~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:962:39: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  962 |             stateAtEnd.m_lastBeforeET = m_lastBeforeET;
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:964:23: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  964 |             endOfLine = m_last;
      |             ~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:971:15: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  971 |     endOfLine = Iterator();
      |     ~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h: In instantiation of ‘void WebCore::BidiResolverBase::appendRunInternal() [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:266:71:   required from ‘void WebCore::BidiResolverBase::appendRun() [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’
  266 |     void appendRun() { static_cast(this)->appendRunInternal(); }
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:588:9:   required from ‘void WebCore::BidiResolverBase::createBidiRunsForLine(const Iterator&, WebCore::VisualDirectionOverride, bool) [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’
  588 |         appendRun();
      |         ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:698:39:   required from here
  698 |     bidiResolver.createBidiRunsForLine(TextRunIterator(&run, run.length()));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:347:15: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  347 |         m_sor = m_eor;
      |         ~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h: In instantiation of ‘void WebCore::BidiResolverBase::raiseExplicitEmbeddingLevel(UCharDirection, UCharDirection) [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver; UCharDirection = UCharDirection]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:485:9:   required from ‘bool WebCore::BidiResolverBase::commitExplicitEmbedding() [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’
  485 |         raiseExplicitEmbeddingLevel(fromLevel % 2 ? U_RIGHT_TO_LEFT : U_LEFT_TO_RIGHT, toLevel % 2 ? U_RIGHT_TO_LEFT : U_LEFT_TO_RIGHT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:651:13:   required from ‘void WebCore::BidiResolverBase::createBidiRunsForLine(const Iterator&, WebCore::VisualDirectionOverride, bool) [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’
  651 |             commitExplicitEmbedding();
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:698:39:   required from here
  698 |     bidiResolver.createBidiRunsForLine(TextRunIterator(&run, run.length()));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:442:15: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  442 |         m_eor = m_last;
      |         ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:450:11: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  450 |     m_eor = Iterator();
      |     ~~~~~~^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h: In instantiation of ‘void WebCore::BidiResolverBase::lowerExplicitEmbeddingLevel(UCharDirection) [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver; UCharDirection = UCharDirection]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:487:9:   required from ‘bool WebCore::BidiResolverBase::commitExplicitEmbedding() [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’
  487 |         lowerExplicitEmbeddingLevel(fromLevel % 2 ? U_RIGHT_TO_LEFT : U_LEFT_TO_RIGHT);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:651:13:   required from ‘void WebCore::BidiResolverBase::createBidiRunsForLine(const Iterator&, WebCore::VisualDirectionOverride, bool) [with Iterator = WebCore::TextRunIterator; Run = WebCore::BidiCharacterRun; Subclass = WebCore::BidiResolver]’
  651 |             commitExplicitEmbedding();
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:698:39:   required from here
  698 |     bidiResolver.createBidiRunsForLine(TextRunIterator(&run, run.length()));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:404:15: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  404 |         m_eor = m_last;
      |         ~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:413:11: warning: implicitly-declared ‘WebCore::TextRunIterator& WebCore::TextRunIterator::operator=(const WebCore::TextRunIterator&)’ is deprecated [-Wdeprecated-copy]
  413 |     m_eor = Iterator();
      |     ~~~~~~^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:56:5: note: because ‘WebCore::TextRunIterator’ has user-provided ‘WebCore::TextRunIterator::TextRunIterator(const WebCore::TextRunIterator&)’
   56 |     TextRunIterator(const TextRunIterator& other)
      |     ^~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsTypes.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ISOVTTCue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ISOVTTCue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/IntPoint.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/IntRect.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/IntSize.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutPoint.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutSize.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GeneratedImage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/NamedImageGeneratedImage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Path.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Pattern.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SVGGlyph.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SVGGlyph.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/StringTruncator.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ShadowBlur.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.cpp: In member function ‘UChar32 WebCore::SurrogatePairAwareTextIterator::normalizeVoicingMarks()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.cpp:84:47: warning: ‘int32_t unorm_normalize_78(const UChar*, int32_t, UNormalizationMode, int32_t, UChar*, int32_t, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
   84 |         int32_t resultLength = unorm_normalize(m_characters, 2, UNORM_NFC, UNORM_UNICODE_3_2, &normalizedCharacters[0], 2, &uStatus);
      |                                               ^
In file included from /usr/include/unicode/platform.h:25,
                 from /usr/include/unicode/ptypes.h:46,
                 from /usr/include/unicode/umachine.h:46,
                 from /usr/include/unicode/utypes.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/unicode/CharacterNames.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.h:24:
/usr/include/unicode/unorm.h:218:1: note: declared here
  218 | unorm_normalize(const UChar *source, int32_t sourceLength,
      | ^~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/RoundedRect.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatRoundedRect.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ShadowBlur.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ShadowBlur.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TextRun.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TextRun.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/WidthIterator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/WidthIterator.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/RoundedRect.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatRoundedRect.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/RoundedRect.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatRoundedRect.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListRecorder.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListRecorder.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/RoundedRect.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatRoundedRect.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListReplayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListReplayer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/DistantLightSource.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/RoundedRect.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatRoundedRect.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEBlend.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEBlend.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEBlend.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEColorMatrix.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEColorMatrix.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEComponentTransfer.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEColorMatrix.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEComponentTransfer.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEComposite.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEComposite.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEComposite.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEDropShadow.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEDropShadow.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEDisplacementMap.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEDisplacementMap.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEFlood.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEFlood.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEDisplacementMap.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEGaussianBlur.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.cpp: In member function ‘bool WebCore::FELighting::drawLighting(JSC::Uint8ClampedArray*, int, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.cpp:310:115: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  310 |     paintingData.colorVector = FloatPoint3D(m_lightingColor.red(), m_lightingColor.green(), m_lightingColor.blue());
      |                                                                                                                   ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/LightSource.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEMerge.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEMerge.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEMorphology.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEMorphology.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEMerge.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEOffset.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEOffset.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FEOffset.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FESpecularLighting.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FESpecularLighting.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FETurbulence.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FETurbulence.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FETile.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FETile.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FETile.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/PointLightSource.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SourceAlpha.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SourceAlpha.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp: In member function ‘virtual void WebCore::SpotLightSource::initPaintingData(WebCore::LightSource::PaintingData&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp:45:52: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   45 |     paintingData.privateColorVector = paintingData.colorVector;
      |                                                    ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/LightSource.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SpotLightSource.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SourceGraphic.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SourceGraphic.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SourceAlpha.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SourceGraphic.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opentype/OpenTypeMathData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/AffineTransform.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h: In member function ‘virtual WTF::Ref WebCore::Matrix3DTransformOperation::blend(const WebCore::TransformOperation*, double, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:420:19: warning: writing 128 bytes into a region of size 32 [-Wstringop-overflow=]
  420 |             memcpy(m_matrix, m, sizeof(Matrix4));
      |                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:423:13: note: destination object ‘WebCore::TransformationMatrix::m_matrix’ of size 32
  423 |     Matrix4 m_matrix;
      |             ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:420:19: warning: writing 128 bytes into a region of size 32 [-Wstringop-overflow=]
  420 |             memcpy(m_matrix, m, sizeof(Matrix4));
      |                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:423:13: note: destination object ‘WebCore::TransformationMatrix::m_matrix’ of size 32
  423 |     Matrix4 m_matrix;
      |             ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h: In member function ‘WebCore::TransformOperations WebCore::TransformOperations::blendByUsingMatrixInterpolation(const WebCore::TransformOperations&, double, const WebCore::LayoutSize&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:420:19: warning: writing 128 bytes into a region of size 32 [-Wstringop-overflow=]
  420 |             memcpy(m_matrix, m, sizeof(Matrix4));
      |                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:423:13: note: destination object ‘WebCore::TransformationMatrix::m_matrix’ of size 32
  423 |     Matrix4 m_matrix;
      |             ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DeviceController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceMotionController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/DeviceMotionClientMock.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceMotionClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/DeviceMotionClientMock.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/DeviceMotionClientMock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DeviceController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceOrientationController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/DeviceOrientationClientMock.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/GeolocationClientMock.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/GeolocationClientMock.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceOrientationClient.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/DeviceOrientationClientMock.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/DeviceOrientationClientMock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WheelEventTestTrigger.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollAnimator.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/ScrollAnimatorMock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/ScrollAnimatorMock.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarTheme.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarThemeComposite.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/ScrollbarThemeMock.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/ScrollbarThemeMock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/ScrollAnimatorMock.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/Credential.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/AuthenticationChallengeBase.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/AuthenticationChallenge.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/AuthenticationChallengeBase.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobRegistryImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobRegistryImpl.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandle.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobResourceHandle.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobResourceHandle.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CacheValidation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/Credential.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:47:87:   required from here
   47 |         return url.protocol() + "://" + url.host() + ':' + String::number(url.port()) + '/';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:49:48:   required from here
   49 |     return url.protocol() + "://" + url.host() + '/';
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, WTF::String>, char>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>, char>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>, char>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:47:87:   required from here
   47 |         return url.protocol() + "://" + url.host() + ':' + String::number(url.port()) + '/';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:49:48:   required from here
   49 |     return url.protocol() + "://" + url.host() + '/';
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:49:48:   required from here
   49 |     return url.protocol() + "://" + url.host() + '/';
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/DNSResolveQueue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/DNSResolveQueue.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPParsers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/DataURL.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/DataURLDecoder.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/DataURLDecoder.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormDataBuilder.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormDataBuilder.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyResponseHeaders.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPParsers.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPParsers.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.cpp:98:68:   required from here
   98 |             result.iterator->value = result.iterator->value + ", " + value;
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPParsers.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPParsers.cpp:639:60:   required from here
  639 |                 failureReason = "CR doesn't follow LF at " + trimInputSample(p, end - p);
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.cpp:98:68:   required from here
   98 |             result.iterator->value = result.iterator->value + ", " + value;
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/MIMEHeader.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/MIMEHeader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/MIMEHeader.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/MIMEHeader.cpp:99:52:   required from here
   99 |             mimeHeader->m_endOfPartBoundary = "--" + mimeHeader->m_endOfPartBoundary;
      |                                               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/MIMEHeader.cpp:100:83:   required from here
  100 |             mimeHeader->m_endOfDocumentBoundary = mimeHeader->m_endOfPartBoundary + "--";
      |                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ParsedContentRange.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ParsedContentType.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ParsedContentType.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProtectionSpaceBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProtectionSpaceBase.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProxyServer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProxyServer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandle.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandleClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandle.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceResponseBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceResponseBase.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/SocketStreamHandleBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/SocketStreamHandleBase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/SynchronousLoaderClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/SynchronousLoaderClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLValue.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteAuthorizer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.cpp:204:65:   required from here
  204 |     SQLiteStatement statement(*this, "PRAGMA max_page_count = " + String::number(newMaxPageCount));
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.cpp:297:103:   required from here
  297 |     String statement = "SELECT name FROM sqlite_master WHERE type = 'table' AND name = '" + tablename + "';";
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteFileSystem.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteFileSystem.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteStatement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteStatement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteTransaction.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/LineEnding.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/LocaleToScriptMappingDefault.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/PlatformLocale.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/PlatformLocale.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeTypeArray.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeTypeArray.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMPlugin.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMPlugin.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMPlugin.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMPluginArray.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMPluginArray.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineInfo.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderText.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/BidiRun.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineIterator.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineBreaker.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineBreaker.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/GapRects.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineWidth.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderText.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/BidiRun.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineIterator.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/TrailingObjects.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiContext.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/BidiResolver.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/BidiRun.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PODRedBlackTree.h:77,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PODIntervalTree.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/TrailingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/TrailingObjects.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineBreaker.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineInfo.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineWidth.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/TrailingObjects.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineInlineHeaders.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineBreaker.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/OrderIterator.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLInlineContainerElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFenced.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLInlineContainerElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFraction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMath.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/OrderIterator.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFenced.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFraction.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/OrderIterator.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRoot.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/PaintInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/OrderIterator.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/OrderIterator.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp: In member function ‘virtual void WebCore::RenderMathMLOperator::updateStyle()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp:615:68: warning: implicitly-declared ‘WebCore::RenderMathMLOperator::StretchyData& WebCore::RenderMathMLOperator::StretchyData::operator=(const WebCore::RenderMathMLOperator::StretchyData&)’ is deprecated [-Wdeprecated-copy]
  615 |         m_stretchyData = getDisplayStyleLargeOperator(m_textContent);
      |                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:109:9: note: because ‘WebCore::RenderMathMLOperator::StretchyData’ has user-provided ‘WebCore::RenderMathMLOperator::StretchyData::StretchyData(const WebCore::RenderMathMLOperator::StretchyData&)’
  109 |         StretchyData(const StretchyData& data)
      |         ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp:622:65: warning: implicitly-declared ‘WebCore::RenderMathMLOperator::StretchyData& WebCore::RenderMathMLOperator::StretchyData::operator=(const WebCore::RenderMathMLOperator::StretchyData&)’ is deprecated [-Wdeprecated-copy]
  622 |         m_stretchyData = findStretchyData(m_textContent, nullptr);
      |                                                                 ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:109:9: note: because ‘WebCore::RenderMathMLOperator::StretchyData’ has user-provided ‘WebCore::RenderMathMLOperator::StretchyData::StretchyData(const WebCore::RenderMathMLOperator::StretchyData&)’
  109 |         StretchyData(const StretchyData& data)
      |         ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLScripts.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/OrderIterator.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLTextElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSpace.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLTextElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRoot.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/OrderIterator.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSpace.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/OrderIterator.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/BoxShape.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/RoundedRect.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatRoundedRect.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/BoxShape.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/BoxShape.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/BoxShape.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp: In static member function ‘static std::unique_ptr WebCore::Shape::createRasterShape(WebCore::Image*, float, const WebCore::LayoutRect&, const WebCore::LayoutRect&, WebCore::WritingMode, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:222:12: note: in expansion of macro ‘WTFMove’
  222 |     return WTFMove(rasterShape);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:222:12: note: in expansion of macro ‘WTFMove’
  222 |     return WTFMove(rasterShape);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp: In static member function ‘static std::unique_ptr WebCore::Shape::createBoxShape(const WebCore::RoundedRect&, WebCore::WritingMode, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:235:12: note: in expansion of macro ‘WTFMove’
  235 |     return WTFMove(shape);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:235:12: note: in expansion of macro ‘WTFMove’
  235 |     return WTFMove(shape);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyleConstants.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/replay/UserInputBridge.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/Storage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/replay/UserInputBridge.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/replay/UserInputBridge.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageEventDispatcher.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/Storage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/Storage.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:135:120:   required from here
  135 |     document.addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Unsafe attempt to load URL " + urlString + ".");
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageEventDispatcher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageEventDispatcher.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:135:120:   required from here
  135 |     document.addConsoleMessage(MessageSource::Security, MessageLevel::Error, "Unsafe attempt to load URL " + urlString + ".");
      |                                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageNamespaceProvider.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageNamespaceProvider.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/ClassChangeInvalidation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/ClassChangeInvalidation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/AttributeChangeInvalidation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/AttributeChangeInvalidation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/IdChangeInvalidation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/IdChangeInvalidation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/AttributeChangeInvalidation.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/AttributeChangeInvalidation.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/InlineTextBoxStyle.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/InlineTextBoxStyle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/ClassChangeInvalidation.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/ClassChangeInvalidation.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/RenderTreePosition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/RenderTreePosition.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/InlineTextBoxStyle.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/InlineTextBoxStyle.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/IdChangeInvalidation.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/IdChangeInvalidation.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/RenderTreePosition.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/AnimationList.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleChange.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleChange.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleFontSizeFunctions.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleFontSizeFunctions.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleFontSizeFunctions.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFace.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontSelector.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleResolveForDocument.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelector.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/RuleFeature.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/DocumentRuleSets.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleSharingResolver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleFontSizeFunctions.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleFontSizeFunctions.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleResolveForDocument.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleResolveForDocument.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleSharingResolver.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleSharingResolver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/RenderTreePosition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/NodeRenderStyle.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleResolveForDocument.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleResolveForDocument.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/ElementRuleCollector.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleSharingResolver.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleSharingResolver.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SMILTimeContainer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SMILTimeContainer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SVGSMILElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SVGSMILElement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SMILTimeContainer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SVGSMILElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SMILTimeContainer.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SVGSMILElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImageCache.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImageCache.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImageForContainer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImageForContainer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/stl_pair.h:61,
                 from /usr/include/c++/15.2.0/utility:71,
                 from /usr/include/qt5/QtCore/qglobal.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:26:
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[0]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[1]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[2]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[3]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[4]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[5]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[6]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[7]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[8]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[9]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[10]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[11]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[12]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[13]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[14]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In function ‘std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = aligned_storage<16, 8>::type]’,
    inlined from ‘std::__enable_if_t<((bool)std::__is_swappable<_Tp>::value)> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/15.2.0/bits/move.h:255:6,
    inlined from ‘void WTF::VectorBuffer::swapInlineBuffer(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:543:22,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:480:29,
    inlined from ‘void WTF::VectorBuffer::swap(WTF::VectorBuffer&, size_t, size_t) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:477:10,
    inlined from ‘void WTF::Vector::swap(WTF::Vector&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:773:19,
    inlined from ‘WTF::Vector::Vector(WTF::Vector&&) [with T = WebCore::ElementAndTextDescendantIterator::AncestorSibling; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:888:9,
    inlined from ‘WebCore::ElementAndTextDescendantIterator::ElementAndTextDescendantIterator(WebCore::ElementAndTextDescendantIterator&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementAndTextDescendantIterator.h:36:7,
    inlined from ‘WebCore::ComposedTreeIterator::Context::Context(WebCore::ComposedTreeIterator::Context&&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:69:12,
    inlined from ‘void WTF::Vector::uncheckedAppend(U&&) [with U = WebCore::ComposedTreeIterator::Context; T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1270:5,
    inlined from ‘void WTF::Vector::uncheckedAppend(ValueType&&) [with T = WebCore::ComposedTreeIterator::Context; long unsigned int inlineCapacity = 4; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:730:73,
    inlined from ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35,
    inlined from ‘WebCore::ComposedTreeIterator WebCore::ComposedTreeDescendantAdapter::end()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:160:43,
    inlined from ‘void WebCore::Style::TreeResolver::resolveComposedTree()’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/15.2.0/bits/move.h:236:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[15]’ is used uninitialized [-Wuninitialized]
  236 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In member function ‘void WebCore::Style::TreeResolver::resolveComposedTree()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPreserveAspectRatio.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFEImage.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGRoot.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImage.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImage.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGRoot.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImageCache.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImageCache.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterEffect.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFEImage.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEImageElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImage.cpp:44:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:65:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   65 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/Filter.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFilter.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFilter.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyInfo.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedProperty.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyInfo.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyInfo.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPathSegListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPathSegListPropertyTearOff.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/AbstractWorker.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/AbstractWorker.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/DedicatedWorkerGlobalScope.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/DedicatedWorkerGlobalScope.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerRunLoop.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerThread.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/DedicatedWorkerThread.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/DedicatedWorkerThread.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPathSegListPropertyTearOff.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerGlobalScope.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerConsoleClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerConsoleClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/AbstractWorker.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/Worker.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/Worker.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/AbstractWorker.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerEventQueue.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerEventQueue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerEventQueue.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:42:29:   required from here
   42 |     return m_url.protocol() + ":";
      |            ~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:47:46:   required from here
   47 |     return m_url.port() ? m_url.host() + ":" + String::number(m_url.port()) : m_url.host();
      |                           ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:67:58:   required from here
   67 |     return m_url.query().isEmpty() ? emptyString() : "?" + m_url.query();
      |                                                      ~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerGlobalScope.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerGlobalScope.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerMessagingProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerMessagingProxy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/Worker.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/Worker.cpp: In static member function ‘static WTF::RefPtr WebCore::Worker::create(WebCore::ScriptExecutionContext&, const WTF::String&, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/Worker.cpp:99:12: note: in expansion of macro ‘WTFMove’
   99 |     return WTFMove(worker);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/Worker.cpp:99:12: note: in expansion of macro ‘WTFMove’
   99 |     return WTFMove(worker);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerGlobalScope.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SuspendableTimer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMTimer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerScriptLoader.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerScriptLoader.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerRunLoop.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptExecutionContext.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerRunLoop.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerThread.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerThread.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMImplementation.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/NativeXPathNSResolver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.cpp:19:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.cpp: In member function ‘WTF::RefPtr WebCore::DOMParser::parseFromString(const WTF::String&, const WTF::String&, WebCore::ExceptionCode&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.cpp:41:12: note: in expansion of macro ‘WTFMove’
   41 |     return WTFMove(doc);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.cpp:41:12: note: in expansion of macro ‘WTFMove’
   41 |     return WTFMove(doc);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLErrors.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLErrors.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/UniquedStringImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringImpl.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequestUpload.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequestUpload.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLSerializer.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLSerializer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLSerializer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathException.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathException.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathEvaluator.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpression.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = const char*]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:676:73:   required from here
  676 |             m_requestHeaders.set(HTTPHeaderName::ContentType, makeString("multipart/form-data; boundary=", m_requestEntityBody->boundary().data()));
      |                                                               ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:954:92:   required from here
  954 |         logConsoleError(scriptExecutionContext(), "Refused to set unsafe header \"" + name + "\"");
      |                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:784:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String]’
  784 |     String result = tryMakeString(string1, string2, string3, string4);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:1079:36:   required from here
 1079 |         String message = makeString("XMLHttpRequest cannot load ", error.failingURL().string(), ". ", error.localizedDescription());
      |                          ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:390:16: note: in expansion of macro ‘WTFMove’
  390 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:407:12: note: in expansion of macro ‘WTFMove’
  407 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpression.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpression.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:954:92:   required from here
  954 |         logConsoleError(scriptExecutionContext(), "Refused to set unsafe header \"" + name + "\"");
      |                                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpressionNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpressionNode.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpressionNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathStep.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathParser.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathParser.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathParser.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathParser.cpp:259:21:   required from here
  259 |     name = n1 + ":" + n2;
      |            ~~~~~~~~~^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathParser.cpp:361:41:   required from here
  361 |             return Token(NAMETEST, name + ":*");
      |                                    ~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpressionNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathPath.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathPath.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.cpp:371:74:   required from here
  371 |     return prefix.isEmpty() ? expandedNameLocalPart(node) : prefix + ":" + expandedNameLocalPart(node);
      |                                                             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.cpp:371:74:   required from here
  371 |     return prefix.isEmpty() ? expandedNameLocalPart(node) : prefix + ":" + expandedNameLocalPart(node);
      |                                                             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpressionNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathPredicate.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathPredicate.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathResult.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathResult.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathUtil.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathStep.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathStep.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathStep.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpressionNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathVariableReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathVariableReference.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/Gamepad.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/GamepadList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/GamepadList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParser.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/GamepadList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/AudioTrack.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/AudioTrack.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/AudioTrackList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/AudioTrackList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DocumentParser.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DecodedDataDocumentParser.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ScriptableDocumentParser.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParser.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/BufferedLineReader.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/BufferedLineReader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCue.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/DataCue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/DataCue.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:1532:84:   required from here
 1532 |         String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + ":" + attrLocalName;
      |                                                                   ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:1540:68:   required from here
 1540 |     String parseString = "";
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:46:31:   required from ‘WTF::StringAppend::operator WTF::AtomicString() const [with StringType1 = const char*; StringType2 = WTF::String]’
   46 |         return operator String();
      |                ~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:738:39:   required from here
  738 |             namespaceQName = "xmlns:" + toString(namespaces[i].prefix);
      |                              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:1532:84:   required from here
 1532 |         String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + ":" + attrLocalName;
      |                                                                   ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/InbandTextTrackPrivateClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandTextTrack.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandDataTextTrack.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandDataTextTrack.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/InbandTextTrackPrivateClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandTextTrack.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandGenericTextTrack.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandGenericTextTrack.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/InbandTextTrackPrivateClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandTextTrack.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandTextTrack.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/InbandTextTrackPrivateClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandTextTrack.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandWebVTTTextTrack.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/InbandWebVTTTextTrack.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrack.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/LoadableTextTrack.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/LoadableTextTrack.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrack.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrack.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCue.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCue.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTCue.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCueGeneric.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCueGeneric.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCue.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCueList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCueList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCueGeneric.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCueGeneric.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackBase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackEvent.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackEvent.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTCue.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTCue.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTScanner.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTScanner.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegion.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegionList.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegionList.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegion.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegion.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderVTTCue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTCue.cpp:45:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTCue.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VideoTrack.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VideoTrack.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegion.cpp:44:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegion.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VideoTrackList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VideoTrackList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTElement.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/BufferedLineReader.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTParser.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTParser.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Deque.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTElement.cpp: In member function ‘virtual WTF::Ref WebCore::WebVTTElement::cloneElementWithoutAttributesAndChildren(WebCore::Document&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTElement.cpp:87:12: note: in expansion of macro ‘WTFMove’
   87 |     return WTFMove(clone);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTElement.cpp:87:12: note: in expansion of macro ‘WTFMove’
   87 |     return WTFMove(clone);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/SegmentedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/InputStreamPreprocessor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTTokenizer.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTTokenizer.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResource.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedTextTrack.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedTextTrack.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FormatConverter.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FormatConverter.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator*=(U) [with U = int; T = unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:236:22:   required from here
  236 |     checkedValue *=  width;
      |                      ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:597:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  597 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘const WTF::Checked WTF::Checked::operator+=(U) [with U = unsigned int; T = unsigned int; OverflowHandler = WTF::RecordOverflow]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:244:25:   required from here
  244 |         checkedValue += padding;
      |                         ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:583:17: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  583 |         return *this;
      |                 ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::RecordOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/bmp/BMPImageReader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/bmp/BMPImageDecoder.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/bmp/BMPImageReader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/bmp/BMPImageReader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/gif/GIFImageDecoder.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/gif/GIFImageDecoder.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/gif/GIFImageReader.h:43,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/gif/GIFImageReader.cpp:76:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/bmp/BMPImageReader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ico/ICOImageDecoder.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/linux/GamepadDeviceLinux.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/linux/GamepadDeviceLinux.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/webp/WEBPImageDecoder.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/webp/WEBPImageDecoder.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/linux/MemoryPressureHandlerLinux.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexturePool.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperFPSCounter.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperFPSCounter.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperFPSCounter.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerTransform.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp: In member function ‘void WebCore::TextureMapperLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:527:27: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  527 |     m_state.anchorPoint = anchorPoint;
      |                           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperTile.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperTile.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperTiledBackingStore.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperTiledBackingStore.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureGL.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureGL.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureGL.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/ClipStack.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperGL.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/ClipStack.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperGL.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp: In member function ‘virtual void WebCore::TextureMapperGL::drawNumber(int, const WebCore::Color&, const WebCore::FloatPoint&, const WebCore::TransformationMatrix&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:274:34: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
  274 |     int width = fontMetrics.width(counterString) + 4;
      |                 ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtGui/qpainter.h:59,
                 from /usr/include/qt5/QtGui/QPainter:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:49,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperGL.h:31:
/usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedImageBacking.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp: In member function ‘void WebCore::CoordinatedGraphicsLayer::syncLayerState()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:682:32: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  682 |     m_layerState.anchorPoint = m_adjustedAnchorPoint;
      |                                ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp: In member function ‘void WebCore::CoordinatedGraphicsLayer::computePixelAlignment(WebCore::FloatPoint&, WebCore::FloatSize&, WebCore::FloatPoint3D&, WebCore::FloatSize&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1089:23: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
 1089 |         anchorPoint = m_anchorPoint;
      |                       ^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1125:104: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
 1125 |     anchorPoint = FloatPoint3D(anchorPointX, anchorPointY, m_anchorPoint.z() * effectiveContentsScale());
      |                                                                                                        ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/TiledBackingStore.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/Tile.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedSurface.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/Tile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/Tile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedSurface.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/Tile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/TiledBackingStore.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/TiledBackingStore.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/UpdateAtlas.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedSurface.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/UpdateAtlas.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/UpdateAtlas.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Position.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/VisiblePosition.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/qt/AccessibilityObjectQt.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWindowShell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptControllerQt.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_class.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_class.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_instance.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_instance.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_pixmapruntime.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCInlines.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/Bridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/Bridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/Bridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/jsc/BridgeJSC.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventNames.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/qt/GestureEvent.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/qt/GestureEvent.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DocumentMarker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/qt/EditorQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp:19:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp: In function ‘int JSC::Bindings::findMethodIndex(JSContextRef, const QMetaObject*, const QByteArray&, int, const OpaqueJSValue* const*, bool, QVarLengthArray&, void**, const OpaqueJSValue**)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:1064:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 1064 |         if (argumentCount + 1 < static_cast(types.count())) {
      |             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:1089:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
 1089 |             JSValueRef arg = i < argumentCount ? arguments[i] : JSValueMakeUndefined(context);
      |                              ~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:1105:36: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 1105 |             if ((argumentCount + 1 == static_cast(types.count()))
      |                  ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp: In instantiation of ‘QList JSC::Bindings::convertToList(JSContextRef, JSRealType, JSObjectRef, JSValueRef, int*, WTF::HashSet*, int, const OpaqueJSValue**, QMetaType::Type) [with ItemType = QVariant; JSContextRef = const OpaqueJSContext*; JSObjectRef = OpaqueJSValue*; JSValueRef = const OpaqueJSValue*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:495:51:   required from here
  495 |             ret = QVariant(convertToList(context, type, object, value, &dist, visitedObjects, recursionLimit, exception, QMetaType::Void));
      |                            ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:266:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  266 |         if (list.count() != length)
      |             ~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp: In instantiation of ‘QList JSC::Bindings::convertToList(JSContextRef, JSRealType, JSObjectRef, JSValueRef, int*, WTF::HashSet*, int, const OpaqueJSValue**, QMetaType::Type) [with ItemType = QString; JSContextRef = const OpaqueJSContext*; JSObjectRef = OpaqueJSValue*; JSValueRef = const OpaqueJSValue*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:499:50:   required from here
  499 |             ret = QVariant(convertToList(context, type, object, value, &dist, visitedObjects, recursionLimit, exception));
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:266:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  266 |         if (list.count() != length)
      |             ~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp: In instantiation of ‘QList JSC::Bindings::convertToList(JSContextRef, JSRealType, JSObjectRef, JSValueRef, int*, WTF::HashSet*, int, const OpaqueJSValue**, QMetaType::Type) [with ItemType = QObject*; JSContextRef = const OpaqueJSContext*; JSObjectRef = OpaqueJSValue*; JSValueRef = const OpaqueJSValue*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:634:66:   required from here
  634 |                 ret = QVariant::fromValue(convertToList(context, type, object, value, &dist, visitedObjects, recursionLimit, exception));
      |                                           ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:266:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  266 |         if (list.count() != length)
      |             ~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp: In instantiation of ‘QList JSC::Bindings::convertToList(JSContextRef, JSRealType, JSObjectRef, JSValueRef, int*, WTF::HashSet*, int, const OpaqueJSValue**, QMetaType::Type) [with ItemType = int; JSContextRef = const OpaqueJSContext*; JSObjectRef = OpaqueJSValue*; JSValueRef = const OpaqueJSValue*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:638:61:   required from here
  638 |                 ret = QVariant::fromValue(convertToList(context, type, object, value, &dist, visitedObjects, recursionLimit, exception));
      |                                           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:266:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  266 |         if (list.count() != length)
      |             ~~~~~~~~~~~~~^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/DragControllerQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/TouchAdjustment.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/TouchAdjustment.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/EventHandlerQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/NodeRenderStyle.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/TouchAdjustment.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/TouchAdjustment.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/KillRing.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/KillRingNone.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/qt/AudioBusQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/qt/AudioBusQt.cpp:19:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/EventHandlerQt.cpp:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/EventHandlerQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageSource.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/WOFFFileFormat.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp: In member function ‘virtual void WebCore::TextureMapperImageBuffer::drawNumber(int, const WebCore::Color&, const WebCore::FloatPoint&, const WebCore::TransformationMatrix&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp:166:34: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
  166 |     int width = fontMetrics.width(counterString) + 4;
      |                 ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtGui/qpainter.h:59,
                 from /usr/include/qt5/QtGui/QPainter:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:35:
/usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.cpp: In member function ‘virtual void WebCore::BitmapTextureImageBuffer::updateContents(WebCore::TextureMapper&, WebCore::GraphicsLayer*, const WebCore::IntRect&, const WebCore::IntPoint&, WebCore::BitmapTexture::UpdateContentsFlag, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.cpp:62:174: warning: unused parameter ‘scale’ [-Wunused-parameter]
   62 | void BitmapTextureImageBuffer::updateContents(TextureMapper&, GraphicsLayer* sourceLayer, const IntRect& targetRect, const IntPoint& sourceOffset, UpdateContentsFlag, float scale)
      |                                                                                                                                                                        ~~~~~~^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCascadeQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCache.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCacheQt.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCascadeQt.cpp: In member function ‘void WebCore::FontCascade::initFormatForTextLayout(QTextLayout*, const WebCore::TextRun&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCascadeQt.cpp:253:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  253 |     for (range.start = 0; range.start < length && treatAsSpace(run[range.start]); ++range.start) { }
      |                           ~~~~~~~~~~~~^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCustomPlatformDataQt.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCacheQt.cpp: In member function ‘WTF::Ref WebCore::FontCache::lastResortFallbackFont(const WebCore::FontDescription&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCacheQt.cpp:86:98: warning: ‘QString QFont::lastResortFamily() const’ is deprecated [-Wdeprecated-declarations]
   86 |     const AtomicString fallbackFamily = QFont(/*fontDescription.firstFamily()*/).lastResortFamily(); // FIXME
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtGui/QFont:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCacheQt.cpp:28:
/usr/include/qt5/QtGui/qfont.h:295:27: note: declared here
  295 |     QT_DEPRECATED QString lastResortFamily() const;
      |                           ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontQt.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCustomPlatformDataQt.cpp: In member function ‘WebCore::FontPlatformData WebCore::FontCustomPlatformData::fontPlatformData(const WebCore::FontDescription&, bool, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCustomPlatformDataQt.cpp:31:100: warning: unused parameter ‘bold’ [-Wunused-parameter]
   31 | FontPlatformData FontCustomPlatformData::fontPlatformData(const FontDescription& description, bool bold, bool italic)
      |                                                                                               ~~~~~^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontCustomPlatformDataQt.cpp:31:111: warning: unused parameter ‘italic’ [-Wunused-parameter]
   31 | FontPlatformData FontCustomPlatformData::fontPlatformData(const FontDescription& description, bool bold, bool italic)
      |                                                                                                          ~~~~~^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GlyphPageTreeNodeQt.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GradientQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Gradient.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GradientQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GlyphPageTreeNodeQt.cpp: In member function ‘bool WebCore::GlyphPage::fill(UChar*, unsigned int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GlyphPageTreeNodeQt.cpp:41:26: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
   41 |         Glyph glyph = (i < indexes.size()) ? indexes.at(i) : 0;
      |                        ~~^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GraphicsContextQt.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/IconQt.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Icon.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/IconQt.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GraphicsContextQt.cpp: In member function ‘void WebCore::GraphicsContext::pushTransparencyLayerInternal(const QRect&, qreal, QPixmap&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GraphicsContextQt.cpp:1281:78: warning: unused parameter ‘opacity’ [-Wunused-parameter]
 1281 | void GraphicsContext::pushTransparencyLayerInternal(const QRect &rect, qreal opacity, QPixmap& alphaMask)
      |                                                                        ~~~~~~^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/image-decoders/ImageDecoder.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.cpp: In function ‘bool WebCore::isFormatWhiteListed(const QByteArray&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.cpp:57:54: warning: ‘static QSet QSet::fromList(const QList&) [with T = QByteArray]’ is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
   57 |             whiteListSet = QSet::fromList(whiteListEnv.split(','));
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qdebug.h:52,
                 from /usr/include/qt5/QtCore/qcborcommon.h:45,
                 from /usr/include/qt5/QtCore/qcborvalue.h:45,
                 from /usr/include/qt5/QtCore/qjsonvalue.h:46,
                 from /usr/include/qt5/QtCore/qjsonobject.h:43,
                 from /usr/include/qt5/QtCore/qplugin.h:46,
                 from /usr/include/qt5/QtGui/qimageiohandler.h:45,
                 from /usr/include/qt5/QtGui/qimagereader.h:47,
                 from /usr/include/qt5/QtGui/QImageReader:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.h:34:
/usr/include/qt5/QtCore/qset.h:416:9: note: declared here
  416 | QSet QSet::fromList(const QList &list)
      |         ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.cpp: In member function ‘bool WebCore::ImageDecoderQt::internalHandleCurrentImage(size_t)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.cpp:241:74: warning: ‘int QImage::byteCount() const’ is deprecated: Use sizeInBytes [-Wdeprecated-declarations]
  241 |         memcpy(buffer->getAddr(0, 0), image.constBits(),  image.byteCount());
      |                                                           ~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtGui/qimagereader.h:46:
/usr/include/qt5/QtGui/qimage.h:221:44: note: declared here
  221 |     QT_DEPRECATED_X("Use sizeInBytes") int byteCount() const;
      |                                            ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:251:44:   required from here
  251 |     return "data:" + mimeType + ";base64," + data.toBase64().data();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:251:44:   required from here
  251 |     return "data:" + mimeType + ";base64," + data.toBase64().data();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:251:44:   required from here
  251 |     return "data:" + mimeType + ";base64," + data.toBase64().data();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/PathQt.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/StillImageQt.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/StillImageQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Path.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/PathQt.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/PatternQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/Credential.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/NetworkStorageSession.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/NetworkStorageSessionStub.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/BlobUrlConversion.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/Credential.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CredentialStorageQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CookieJarQt.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CookieJarQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/DNSResolveQueue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/DNSQt.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CookieJarQt.cpp: In function ‘bool WebCore::getRawCookies(const NetworkStorageSession&, const URL&, const URL&, WTF::Vector&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CookieJarQt.cpp:129:49: warning: unused parameter ‘session’ [-Wunused-parameter]
  129 | bool getRawCookies(const NetworkStorageSession& session, const URL& /*firstParty*/, const URL& /*url*/, Vector& rawCookies)
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CookieJarQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = ASCIILiteral]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::ASCIILiteral]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CookieJarQt.cpp:279:49:   required from here
  279 |     if (!m_database.open(cookieStorageDirectory + ASCIILiteral("/cookies.db"))) {
      |                          ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProxyServer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ProxyServerQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/QNetworkReplyHandler.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp: In member function ‘virtual qint64 WebCore::FormDataIODevice::readData(char*, qint64)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp:198:32: warning: comparison of integer expressions of different signedness: ‘qint64’ {aka ‘long long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  198 |             if (m_currentDelta == element.m_data.size())
      |                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/QtMIMETypeSniffer.cpp: In member function ‘bool QtMIMETypeSniffer::sniff()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/QtMIMETypeSniffer.cpp:51:55: warning: comparison of integer expressions of different signedness: ‘qint64’ {aka ‘long long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   51 |     if (!isReplyFinished && m_reply->bytesAvailable() < m_sniffer.dataSize())
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceHandle.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceHandleQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequestQt.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceResponseBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceResponse.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceResponseQt.cpp:3:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/SocketStreamHandleBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/SocketStreamHandle.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/SocketStreamHandleQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/SynchronousLoaderClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/SynchronousLoaderClientQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/CursorQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DragDataQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DragImageQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/FileSystemQt.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/FileSystemQt.cpp: In function ‘bool WebCore::getFileCreationTime(const WTF::String&, time_t&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/FileSystemQt.cpp:84:26: warning: ‘QDateTime QFileInfo::created() const’ is deprecated: Use either birthTime() or metadataChangeTime() [-Wdeprecated-declarations]
   84 |     result = info.created().toTime_t();
      |              ~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtCore/qdir.h:44,
                 from /usr/include/qt5/QtCore/QDir:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/FileSystemQt.cpp:38:
/usr/include/qt5/QtCore/qfileinfo.h:139:15: note: declared here
  139 |     QDateTime created() const;
      |               ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DragData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DragDataQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/KeyedDecoderQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/KeyedEncoderQt.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/KeyedEncoderQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DragDataQt.cpp: In member function ‘bool WebCore::DragData::containsURL(FilenameConversionPolicy) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DragDataQt.cpp:116:53: warning: unused parameter ‘filenamePolicy’ [-Wunused-parameter]
  116 | bool DragData::containsURL(FilenameConversionPolicy filenamePolicy) const
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DragDataQt.cpp: In member function ‘WTF::String WebCore::DragData::asURL(FilenameConversionPolicy, WTF::String*) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DragDataQt.cpp:124:49: warning: unused parameter ‘filenamePolicy’ [-Wunused-parameter]
  124 | String DragData::asURL(FilenameConversionPolicy filenamePolicy, String*) const
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/LocalizedStringsQt.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/LanguageQt.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MIMETypeRegistry.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/MIMETypeRegistryQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/KeypressCommand.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PlatformKeyboardEvent.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/PlatformKeyboardEventQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/PlatformScreenQt.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Pasteboard.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/PasteboardQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PlatformScreen.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/PlatformScreenQt.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleImage.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/NinePieceImage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BorderData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/DataRef.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/NinePieceImage.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleImage.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/NinePieceImage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BorderData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/DataRef.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/NinePieceImage.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Scrollbar.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollView.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollViewQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleImage.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/NinePieceImage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BorderData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQtMobile.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/PasteboardQt.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/PasteboardQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/DataRef.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/NinePieceImage.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarTheme.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp: In member function ‘WebCore::ControlPart WebCore::RenderThemeQStyle::initializeCommonQStyleOptions(WebCore::QStyleFacadeOption&, const WebCore::RenderObject&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘NoControlPart’ not handled in switch [-Wswitch]
  636 |     switch (result) {
      |            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘DefaultButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘ListboxPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaControlsBackgroundPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaControlsDarkBarBackgroundPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaControlsFullscreenBackgroundPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaControlsLightBarBackgroundPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaCurrentTimePart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaEnterFullscreenButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaExitFullscreenButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaFullScreenVolumeSliderPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaFullScreenVolumeSliderThumbPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaMuteButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaOverlayPlayButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaPlayButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaReturnToRealtimeButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaRewindButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaSeekBackButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaSeekForwardButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaSliderPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaSliderThumbPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaTimeRemainingPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaToggleClosedCaptionsButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaVolumeSliderPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaVolumeSliderContainerPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaVolumeSliderMuteButtonPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MediaVolumeSliderThumbPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MenulistPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MenulistTextPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MenulistTextFieldPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘MeterPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘ProgressBarPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘ProgressBarValuePart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘SliderHorizontalPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘SliderVerticalPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘SliderThumbHorizontalPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘SliderThumbVerticalPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘CaretPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘SearchFieldPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘SearchFieldDecorationPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘SearchFieldResultsDecorationPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘SnapshottedPluginOverlayPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘TextFieldPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘RelevancyLevelIndicatorPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘ContinuousCapacityLevelIndicatorPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘DiscreteCapacityLevelIndicatorPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘RatingLevelIndicatorPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘TextAreaPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:636:12: warning: enumeration value ‘CapsLockIndicatorPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.cpp: In member function ‘virtual int WebCore::RenderThemeQt::minimumMenuListSize(const WebCore::RenderStyle&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.cpp:283:20: warning: ‘int QFontMetrics::width(QChar) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
  283 |     return fm.width(QLatin1Char('x'));
      |            ~~~~~~~~^~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtGui/qpainter.h:59,
                 from /usr/include/qt5/QtGui/QPainter:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:49,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/PaintInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:34:
/usr/include/qt5/QtGui/qfontmetrics.h:110:9: note: declared here
  110 |     int width(QChar) const;
      |         ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp: In function ‘WebCore::QStyleFacade::SubControl WebCore::scPart(const ScrollbarPart&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:53:12: warning: enumeration value ‘ScrollbarBGPart’ not handled in switch [-Wswitch]
   53 |     switch (part) {
      |            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:53:12: warning: enumeration value ‘TrackBGPart’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:53:12: warning: enumeration value ‘AllParts’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp: In function ‘WebCore::ScrollbarPart WebCore::scrollbarPart(const QStyleFacade::SubControl&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:76:12: warning: enumeration value ‘SC_ScrollBarFirst’ not handled in switch [-Wswitch]
   76 |     switch (sc) {
      |            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:76:12: warning: enumeration value ‘SC_ScrollBarLast’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:76:12: warning: enumeration value ‘SC_ScrollBarGroove’ not handled in switch [-Wswitch]
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollbarTheme.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/SharedBufferQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/TemporaryLinkStubsQt.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ThirdPartyCookiesQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ThirdPartyCookiesQt.cpp: In function ‘bool WebCore::urlsShareSameDomain(const QUrl&, const QUrl&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ThirdPartyCookiesQt.cpp:40:57: warning: ‘QString QUrl::topLevelDomain(ComponentFormattingOptions) const’ is deprecated [-Wdeprecated-declarations]
   40 |     QString firstPartyTLD = firstPartyUrl.topLevelDomain();
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtCore/QUrl:1,
                 from /usr/include/qt5/QtNetwork/qnetworkrequest.h:46,
                 from /usr/include/qt5/QtNetwork/qnetworkaccessmanager.h:44,
                 from /usr/include/qt5/QtNetwork/QNetworkAccessManager:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ThirdPartyCookiesQt.cpp:27:
/usr/include/qt5/QtCore/qurl.h:238:27: note: declared here
  238 |     QT_DEPRECATED QString topLevelDomain(ComponentFormattingOptions options = FullyDecoded) const;
      |                           ^~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ThirdPartyCookiesQt.cpp:41:44: warning: ‘QString QUrl::topLevelDomain(ComponentFormattingOptions) const’ is deprecated [-Wdeprecated-declarations]
   41 |     QString requestTLD = url.topLevelDomain();
      |                          ~~~~~~~~~~~~~~~~~~^~
/usr/include/qt5/QtCore/qurl.h:238:27: note: declared here
  238 |     QT_DEPRECATED QString topLevelDomain(ComponentFormattingOptions options = FullyDecoded) const;
      |                           ^~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/URLQt.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/URLQt.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/URLQt.cpp:48:20:   required from here
   48 |         return ":" + decodeURLEscapeSequences(path());
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/UserAgentQt.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/UserAgentQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/WidgetQt.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/Hyphenation.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PlatformScreen.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Widget.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/WidgetQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/PlatformLocale.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/LocaleICU.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/LocaleICU.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DeviceController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceMotionController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DeviceMotionProviderQt.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceMotionData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DeviceMotionProviderQt.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DeviceMotionProviderQt.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DeviceController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceOrientationController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DeviceOrientationClientQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DeviceOrientationClientQt.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceOrientationClient.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DeviceOrientationClientQt.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DeviceController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceOrientationController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DeviceOrientationProviderQt.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/DeviceOrientationProviderQt.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/linux/GamepadDeviceLinux.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/GamepadsQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollAnimationSmooth.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollAnimationSmooth.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/GestureTapHighlighter.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WheelEventTestTrigger.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollAnimator.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollAnimatorSmooth.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollAnimatorSmooth.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Extensions3D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/GestureTapHighlighter.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/GestureTapHighlighter.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/CString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/GestureTapHighlighter.cpp:42:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:51:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Extensions3D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGL.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGL.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/AudioTrackPrivateGStreamer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/AudioTrackPrivateGStreamer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.cpp: In function ‘GstClockTime WebCore::toGstClockTime(float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.cpp:183:14: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  183 |     GTimeVal timeValue;
      |              ^~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/gstreamer-1.0/gst/gst.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.h:21,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.cpp:23:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
  578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/glib/GRefPtr.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/InbandTextTrackPrivateClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/InbandTextTrackPrivate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/glib/GRefPtr.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayerPrivate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/glib/GRefPtr.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediasource/MediaSource.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaSourceGStreamer.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaSourceGStreamer.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayerPrivate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContentType.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/SourceBufferPrivateGStreamer.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/SourceBufferPrivateGStreamer.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/glib/GRefPtr.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp: In function ‘void webkit_video_sink_class_init(WebKitVideoSinkClass*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp:355:29: warning: ‘void g_type_class_add_private(gpointer, gsize)’ is deprecated [-Wdeprecated-declarations]
  355 |     g_type_class_add_private(klass, sizeof(WebKitVideoSinkPrivate));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp:29:
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
 1503 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/glib/GRefPtr.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoTrackPrivateGStreamer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoTrackPrivateGStreamer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoTrackPrivateGStreamer.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/glib/GRefPtr.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDestination.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioFileReader.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp: In member function ‘void WebCore::AudioFileReader::handleNewDeinterleavePad(GstPad*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:234:5: warning: missing initializer for member ‘GstAppSinkCallbacks::propose_allocation’ [-Wmissing-field-initializers]
  234 |     };
      |     ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:234:5: warning: missing initializer for member ‘GstAppSinkCallbacks::_gst_reserved’ [-Wmissing-field-initializers]
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioSourceProviderGStreamer.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioSourceProviderGStreamer.cpp:19:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘void webkit_web_src_class_init(WebKitWebSrcClass*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:252:29: warning: ‘void g_type_class_add_private(gpointer, gsize)’ is deprecated [-Wdeprecated-declarations]
  252 |     g_type_class_add_private(klass, sizeof(WebKitWebSrcPrivate));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/gstreamer-1.0/gst/gstenumtypes.h:6,
                 from /usr/include/gstreamer-1.0/gst/gst.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24:
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
 1503 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.cpp: In function ‘void webkit_media_src_class_init(WebKitMediaSrcClass*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.cpp:102:29: warning: ‘void g_type_class_add_private(gpointer, gsize)’ is deprecated [-Wdeprecated-declarations]
  102 |     g_type_class_add_private(klass, sizeof(WebKitMediaSrcPrivate));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/gstreamer-1.0/gst/gstenumtypes.h:6,
                 from /usr/include/gstreamer-1.0/gst/gst.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.h:32:
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
 1503 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:47:7:   required from here
   47 |     , m_realData(unpackedFFTDataSize(m_FFTSize))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:47:7:   required from here
   47 |     , m_realData(unpackedFFTDataSize(m_FFTSize))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:47:7:   required from here
   47 |     , m_realData(unpackedFFTDataSize(m_FFTSize))
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/BitmapImage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/ImageGStreamerQt.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLEntityTable.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLEntityTable.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from HTTPHeaderNames.gperf:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSProperty.h:26,
                 from CSSPropertyNames.gperf:4:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelector.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SelectorPseudoTypeMap.h:29,
                 from SelectorPseudoClassAndCompatibilityElementMap.gperf:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCalculationValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValueMappings.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/StyleBuilder.cpp:6:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelector.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SelectorPseudoTypeMap.h:29,
                 from SelectorPseudoElementTypeMap.gperf:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCalculationValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSGrammar.y:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathNodeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathValue.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathExpressionNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathGrammar.y:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/StyleBuilder.cpp:8:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValueMappings.h:46:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/StyleBuilder.cpp:3:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleBuilder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/StyleBuilder.cpp:4:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchHeaders.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFetchHeaders.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFetchHeaders.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchBody.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/fetch/FetchRequest.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFetchRequest.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFetchRequest.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCoordinates.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCoordinates.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
   61 |         return first + ' ' + second;
      |                ~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleBuilderConverter.h:941:61:   required from here
  941 |             auto& startVector = namedGridLines.add(area.key + "-start", Vector()).iterator->value;
      |                                                    ~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = char]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
   61 |         return first + ' ' + second;
      |                ~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geoposition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geolocation.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGeolocation.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGeolocation.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geoposition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGeoposition.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGeoposition.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPositionCallback.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPositionCallback.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPositionError.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPositionError.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPositionErrorCallback.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPositionErrorCallback.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyPath.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBAny.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBAny.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBCursor.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBCursor.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBCursorWithValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBCursorWithValue.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBDatabase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBDatabase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBDatabase.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequest.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBFactory.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBFactory.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBFactory.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringList.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDictionary.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/Dictionary.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyRange.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBKeyRange.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBKeyRange.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBCursor.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBIndex.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBIndex.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBIndex.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDictionary.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/Dictionary.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBObjectStore.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBObjectStore.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBObjectStore.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequest.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBOpenDBRequest.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBOpenDBRequest.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBRequest.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBRequest.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBRequest.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBTransaction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBTransaction.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBTransaction.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBVersionChangeEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSIDBVersionChangeEvent.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaControlsHost.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaControlsHost.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaSource.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaSource.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVideoPlaybackQuality.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVideoPlaybackQuality.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSourceBuffer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSourceBuffer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSourceBufferList.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSourceBufferList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNotification.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNotification.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNotificationPermissionCallback.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNotificationPermissionCallback.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSByteLengthQueuingStrategy.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSByteLengthQueuingStrategy.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCountQueuingStrategy.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCountQueuingStrategy.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSReadableStream.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSReadableStream.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSReadableStreamController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSReadableStreamController.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWritableStream.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWritableStream.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AnalyserNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAnalyserNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAnalyserNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSReadableStreamReader.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSReadableStreamReader.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBuffer.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBuffer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Float32Array.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBuffer.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferCallback.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferCallback.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAnalyserNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioListener.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioListener.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioDestinationNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioDestinationNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioListener.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Condition.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/MessageQueue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Float32Array.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioDestinationNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Float32Array.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioParam.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioParam.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioProcessingEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioProcessingEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioProcessingEvent.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBiquadFilterNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBiquadFilterNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelMergerNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelMergerNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelMergerNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Condition.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/MessageQueue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Float32Array.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioProcessingEvent.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioParam.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelSplitterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelSplitterNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelSplitterNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBiquadFilterNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelMergerNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelSplitterNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ConvolverNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSConvolverNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSConvolverNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDelayNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDelayNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDynamicsCompressorNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDynamicsCompressorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGainNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGainNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSConvolverNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaElementAudioSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaElementAudioSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDelayNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDynamicsCompressorNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGainNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaElementAudioSourceNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOfflineAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOfflineAudioContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOfflineAudioCompletionEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOfflineAudioCompletionEvent.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOscillatorNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOscillatorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Condition.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/MessageQueue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOfflineAudioContext.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPeriodicWave.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPeriodicWave.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOscillatorNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProcessorNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProcessorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWaveShaperNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWaveShaperNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDatabase.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDatabase.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDatabaseCallback.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDatabaseCallback.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWaveShaperNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProcessorNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLError.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLError.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLResultSet.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLResultSet.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLException.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLException.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLResultSetRowList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLResultSetRowList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLStatementCallback.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLStatementCallback.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLStatementErrorCallback.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLStatementErrorCallback.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLTransaction.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLTransaction.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLTransactionErrorCallback.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLTransactionErrorCallback.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLTransactionCallback.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSQLTransactionCallback.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/CloseEvent.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCloseEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCloseEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebSocket.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebSocket.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCharsetRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSCharsetRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSCharsetRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSFontFaceRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSFontFaceRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebSocket.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSImportRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSImportRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSImportRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCalculationValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSKeyframeRule.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSKeyframeRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSKeyframeRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSKeyframesRule.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSKeyframesRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSKeyframesRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSGroupingRule.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSMediaRule.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSMediaRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSMediaRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPageRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSPageRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSPageRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSPrimitiveValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSPrimitiveValue.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSPrimitiveValue.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRuleList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSRuleList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSRuleList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSStyleRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSStyleRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSStyleRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSStyleDeclaration.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSStyleDeclaration.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParserMode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSStyleSheet.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSStyleSheet.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSStyleSheet.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRuleList.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSStyleDeclaration.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSStyleDeclaration.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSGroupingRule.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSupportsRule.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSSupportsRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSSupportsRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSUnknownRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSUnknownRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSUnknownRule.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSValue.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValueList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSValueList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSValueList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Counter.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCounter.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCounter.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindowCSS.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindowCSS.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFace.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontFace.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFontFace.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFontFace.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceRule.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFace.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSFontFaceSet.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/FontFaceSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFontFaceSet.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFontFaceSet.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaQueryList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaQueryList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaQueryListListener.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaQueryListListener.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRGBColor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRGBColor.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRect.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRect.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStyleMedia.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStyleMedia.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStyleSheet.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStyleSheet.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStyleSheetList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStyleSheetList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRect.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValueList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSValueList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitCSSFilterValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitCSSFilterValue.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitCSSMatrix.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitCSSMatrix.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValueList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSValueList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitCSSTransformValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitCSSTransformValue.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSRule.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitCSSRegionRule.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitCSSRegionRule.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/AnimationEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAnimationEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAnimationEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSRule.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Attr.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAttr.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAttr.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/BeforeLoadEvent.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBeforeLoadEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBeforeLoadEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/BeforeUnloadEvent.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBeforeUnloadEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBeforeUnloadEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CharacterData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Text.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CDATASection.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCDATASection.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCDATASection.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CharacterData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCharacterData.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCharacterData.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSClientRect.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSClientRect.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSClientRectList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSClientRectList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CharacterData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Comment.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSComment.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSComment.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/UIEvent.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CompositionEvent.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCompositionEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCompositionEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ClientRect.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSClientRect.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ClientRectList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSClientRectList.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CustomEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCustomEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCustomEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMCoreException.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMCoreException.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMCoreException.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMError.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMError.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMImplementation.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMImplementation.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMImplementation.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/WebKitNamedFlow.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/NamedFlowCollection.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMNamedFlowCollection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMNamedFlowCollection.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMNamedFlowCollection.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMStringList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMStringList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringList.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMStringMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMStringMap.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DataTransfer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDataTransfer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDataTransfer.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DatasetDOMStringMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMStringMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMStringMap.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceMotionEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDeviceMotionEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDeviceMotionEvent.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DataTransfer.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DeviceOrientationEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDeviceOrientationEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDeviceOrientationEvent.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocument.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocument.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DocumentFragment.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocumentFragment.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocumentFragment.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocument.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DocumentType.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocumentType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocumentType.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ErrorEvent.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSErrorEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSErrorEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/FocusEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFocusEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFocusEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/HashChangeEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHashChangeEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHashChangeEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSUIEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSKeyboardEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSKeyboardEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMessageChannel.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMessageChannel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMessageEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMessageEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMessagePort.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMessagePort.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSUIEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMouseEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMouseEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMutationEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMutationEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMutationObserver.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMutationObserver.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMutationRecord.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMutationRecord.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNamedNodeMap.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNamedNodeMap.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNode.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNode.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNodeFilter.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNodeFilter.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNodeIterator.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNodeIterator.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNodeList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNodeList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOverflowEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOverflowEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPageTransitionEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPageTransitionEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPopStateEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPopStateEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CharacterData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCharacterData.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSProcessingInstruction.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSProcessingInstruction.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSProgressEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSProgressEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRange.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRange.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRequestAnimationFrameCallback.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRequestAnimationFrameCallback.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRange.h:25:
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:108:24,
    inlined from ‘bool WebCore::operator==(const RangeBoundaryPoint&, const RangeBoundaryPoint&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21,
    inlined from ‘bool WebCore::Range::collapsed() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:65:45,
    inlined from ‘JSC::EncodedJSValue WebCore::jsRangeCollapsed(JSC::ExecState*, JSC::EncodedJSValue, JSC::PropertyName)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRange.cpp:314:46:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:97:66: warning: ‘this’ pointer is null [-Wnonnull]
   97 |     m_offsetInContainer = m_childBeforeBoundary->computeNodeIndex() + 1;
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h: In function ‘JSC::EncodedJSValue WebCore::jsRangeCollapsed(JSC::ExecState*, JSC::EncodedJSValue, JSC::PropertyName)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:392:29: note: in a call to non-static member function ‘unsigned int WebCore::Node::computeNodeIndex() const’
  392 |     WEBCORE_EXPORT unsigned computeNodeIndex() const;
      |                             ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSecurityPolicyViolationEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSecurityPolicyViolationEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStringCallback.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStringCallback.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CharacterData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCharacterData.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSText.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSText.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSUIEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTouch.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTouch.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSUIEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTouchEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTouchEvent.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTouchList.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTouchList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTransitionEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTransitionEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSUIEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSUIEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTreeWalker.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTreeWalker.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitAnimationEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitAnimationEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitNamedFlow.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitNamedFlow.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitTransitionEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitTransitionEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSUIEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMouseEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWheelEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWheelEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocument.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLDocument.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLDocument.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBlob.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBlob.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/File.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFile.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFile.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileError.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileError.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileException.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileException.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileException.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/File.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileError.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileError.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileReader.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileReader.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReaderSync.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileReaderSync.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSFileReaderSync.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormDataList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMFormData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMFormData.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMFormData.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMTokenList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMTokenList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/FileReaderSync.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMURL.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAllCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAllCollection.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAllCollection.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLUtils.h:87:30:   required from ‘WTF::String WebCore::URLUtils::protocol() const [with T = WebCore::DOMURL]’
   87 |     return href().protocol() + ':';
      |            ~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:294:60:   required from here
  294 |     JSValue result = jsStringWithCache(state, impl.protocol());
      |                                               ~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLUtils.h:134:29:   required from ‘WTF::String WebCore::URLUtils::host() const [with T = WebCore::DOMURL]’
  134 |     return url.host() + ':' + String::number(url.port());
      |            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:339:56:   required from here
  339 |     JSValue result = jsStringWithCache(state, impl.host());
      |                                               ~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLUtils.h:260:50:   required from ‘WTF::String WebCore::URLUtils::search() const [with T = WebCore::DOMURL]’
  260 |     return query.isEmpty() ? emptyString() : "?" + query;
      |                                              ~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:399:58:   required from here
  399 |     JSValue result = jsStringWithCache(state, impl.search());
      |                                               ~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAnchorElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAnchorElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameOwnerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInImageElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAppletElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAppletElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAppletElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAreaElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAreaElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAreaElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMediaElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAudioElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAudioElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAudioElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLBRElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLBRElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLBRElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLBaseElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLBaseElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLBaseElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLBodyElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLBodyElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLBodyElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLButtonElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLButtonElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLButtonElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCanvasElement.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLCanvasElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLCanvasElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCollection.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLCollection.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLCollection.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CollectionIndexCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCollection.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDListElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDListElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDListElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDataElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDataElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDataElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCollection.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDataListElement.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDataListElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDataListElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CollectionIndexCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCollection.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDetailsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDetailsElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDetailsElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDirectoryElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDirectoryElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDirectoryElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDocument.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDocument.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDivElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDivElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLDivElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameOwnerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInImageElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLEmbedElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLEmbedElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLEmbedElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFieldSetElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFieldSetElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFieldSetElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFontElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFontElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFontElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlsCollection.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFormControlsCollection.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFormControlsCollection.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFormElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFormElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CheckedRadioButtons.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormElement.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameOwnerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameElementBase.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFrameElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFrameElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameSetElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFrameSetElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLFrameSetElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLHRElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLHRElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLHRElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLHeadElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLHeadElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLHeadElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLHeadingElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLHeadingElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLHeadingElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLHtmlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLHtmlElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLHtmlElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameOwnerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFrameElementBase.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLIFrameElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLIFrameElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLIFrameElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLImageElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLImageElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLImageElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileChooser.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLInputElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLInputElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLInputElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileChooser.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLKeygenElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLKeygenElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLKeygenElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLLIElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLLIElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLLIElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLLabelElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLLabelElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLLabelElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLLegendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLLegendElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLLegendElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/AttributeDOMTokenList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLLinkElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLLinkElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLLinkElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMapElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMapElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMapElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMarqueeElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMarqueeElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMarqueeElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMediaElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMediaElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMediaElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMenuElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMenuElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMenuElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMetaElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMetaElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMetaElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMeterElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMeterElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLMeterElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLModElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLModElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLModElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLOListElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOListElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOListElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLObjectElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLObjectElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLObjectElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLOptGroupElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOptGroupElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOptGroupElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLOptionElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOptionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOptionElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementTraversal.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementChildIterator.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CollectionTraversal.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/CachedHTMLCollection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLOptionsCollection.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOptionsCollection.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOptionsCollection.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/AttributeDOMTokenList.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLOutputElement.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOutputElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLOutputElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLParagraphElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLParagraphElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLParagraphElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/DOMTokenList.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPictureElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLPictureElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLPictureElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLParamElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLParamElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLParamElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPreElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLPreElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLPreElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLProgressElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLProgressElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLProgressElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLQuoteElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLQuoteElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLQuoteElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLScriptElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLScriptElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLScriptElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLSelectElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLSelectElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLSelectElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLSourceElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLSourceElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLSourceElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLSpanElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLSpanElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLSpanElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLStyleElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLStyleElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLStyleElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableCaptionElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableCaptionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableCaptionElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTablePartElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableCellElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableCellElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableCellElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTablePartElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableColElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableColElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableColElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableDataCellElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableDataCellElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableDataCellElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableHeaderCellElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableHeaderCellElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableHeaderCellElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTablePartElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableCellElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableRowElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableRowElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableRowElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTableSectionElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableSectionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTableSectionElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTemplateElement.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTemplateElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTemplateElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FormAssociatedElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLFormControlElementWithState.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextFormControlElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTextAreaElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTextAreaElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTextAreaElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTimeElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTimeElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTimeElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTitleElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTitleElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTitleElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLTrackElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTrackElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLTrackElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLUListElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLUListElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLUListElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLUnknownElement.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLUnknownElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLUnknownElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMediaElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLVideoElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLVideoElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLVideoElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSImageData.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSImageData.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DeferrableRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/GenericTypedArrayView.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Uint8ClampedArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageData.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSImageData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaController.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaError.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaError.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNodeList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRadioNodeList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRadioNodeList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextMetrics.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextMetrics.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTimeRanges.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTimeRanges.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSValidityState.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSValidityState.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCallbackData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVoidCallback.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVoidCallback.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/ANGLEInstancedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSANGLEInstancedArrays.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSANGLEInstancedArrays.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasGradient.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasGradient.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasPattern.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasPattern.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Gradient.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasGradient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasGradient.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasPattern.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasPattern.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext2D.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext2D.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Path.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasPathMethods.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In constructor ‘WebCore::CanvasStyle::CanvasStyle(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:144:15: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  144 |         memcpy(this, &other, sizeof(CanvasStyle));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In member function ‘WebCore::CanvasStyle& WebCore::CanvasStyle::operator=(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:151:19: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  151 |             memcpy(this, &other, sizeof(CanvasStyle));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTBlendMinMax.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTBlendMinMax.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTBlendMinMax.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGException.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMatrix.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/DOMPath.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMPath.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMPath.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTFragDepth.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTFragDepth.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTFragDepth.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Path.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasPathMethods.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/DOMPath.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTShaderTextureLOD.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTShaderTextureLOD.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTShaderTextureLOD.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTTextureFilterAnisotropic.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTTextureFilterAnisotropic.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTsRGB.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTsRGB.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTsRGB.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESElementIndexUint.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESElementIndexUint.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESStandardDerivatives.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESStandardDerivatives.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESElementIndexUint.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESElementIndexUint.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloat.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloat.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESStandardDerivatives.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESStandardDerivatives.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloat.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloat.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloatLinear.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloatLinear.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloat.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloat.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloatLinear.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloatLinear.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloatLinear.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloatLinear.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloat.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloat.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESVertexArrayObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESVertexArrayObject.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloatLinear.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESVertexArrayObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESVertexArrayObject.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLActiveInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLActiveInfo.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLBuffer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLBuffer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTexturePVRTC.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTexturePVRTC.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureATC.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureATC.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTexturePVRTC.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureATC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureATC.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureS3TC.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureS3TC.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLContextAttributes.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLContextAttributes.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureS3TC.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLContextEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLContextEvent.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugShaders.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugShaders.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugRendererInfo.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugRendererInfo.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugShaders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugShaders.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugRendererInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugRendererInfo.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDepthTexture.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDepthTexture.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDrawBuffers.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDrawBuffers.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDrawBuffers.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDrawBuffers.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDepthTexture.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDepthTexture.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLFramebuffer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLFramebuffer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLLoseContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLLoseContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLProgram.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLProgram.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLQuery.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLQuery.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLLoseContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLLoseContext.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderbuffer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderbuffer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLSampler.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLSampler.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLShader.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLShader.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLShaderPrecisionFormat.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLShaderPrecisionFormat.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLSync.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLSync.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLTexture.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLTexture.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLTransformFeedback.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLTransformFeedback.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLUniformLocation.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLUniformLocation.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/AudioTrack.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioTrack.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioTrack.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLVertexArrayObjectOES.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLVertexArrayObjectOES.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/AudioTrackList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioTrackList.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioTrackList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCue.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/DataCue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDataCue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDataCue.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TrackListBase.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrack.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrack.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrackCue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrackCue.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrackCueList.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrackCueList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrackList.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrackList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTrackEvent.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTrackEvent.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTextTrackCue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVTTCue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVTTCue.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVTTRegion.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVTTRegion.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVTTRegionList.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVTTRegionList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVideoTrackList.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVideoTrackList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVideoTrack.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSVideoTrack.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/PerGlobalObjectWrapperWorld.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/CommandLineAPIHost.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCommandLineAPIHost.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCommandLineAPIHost.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenu.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorFrontendHost.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInspectorFrontendHost.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInspectorFrontendHost.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProfile.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProfile.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProfileNode.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProfileNode.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheHost.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/DOMApplicationCache.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMApplicationCache.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMApplicationCache.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAbstractView.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAbstractView.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBarProp.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBarProp.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCrypto.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCrypto.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/BarProp.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBarProp.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMSelection.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMSelection.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMSelection.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMSelection.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventSource.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventSource.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWindowBase.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHistory.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHistory.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSLocation.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSLocation.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext2D.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:65:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In constructor ‘WebCore::CanvasStyle::CanvasStyle(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:144:15: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  144 |         memcpy(this, &other, sizeof(CanvasStyle));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h: In member function ‘WebCore::CanvasStyle& WebCore::CanvasStyle::operator=(WebCore::CanvasStyle&&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:151:19: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WebCore::CanvasStyle’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  151 |             memcpy(this, &other, sizeof(CanvasStyle));
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.h:43:11: note: ‘class WebCore::CanvasStyle’ declared here
   43 |     class CanvasStyle {
      |           ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNavigator.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSNavigator.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:215:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:62:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   62 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEBlendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:245:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:65:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   65 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:146:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  146 |         DECLARE_ANIMATED_LENGTH(RefX, refX)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:147:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  147 |         DECLARE_ANIMATED_LENGTH(RefY, refY)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:148:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  148 |         DECLARE_ANIMATED_LENGTH(MarkerWidth, markerWidth)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:149:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  149 |         DECLARE_ANIMATED_LENGTH(MarkerHeight, markerHeight)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPerformance.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPerformance.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:58:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   58 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:59:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   59 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:60:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   60 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:71:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   71 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:72:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   72 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:73:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   73 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Fx, fx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Fy, fy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFrBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Fr, fr)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h: In member function ‘void WebCore::SVGTextPathElement::setStartOffsetBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h:139:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  139 |         DECLARE_ANIMATED_LENGTH(StartOffset, startOffset)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:41:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   41 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPerformanceNavigation.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPerformanceNavigation.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPerformanceTiming.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPerformanceTiming.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:608:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setPosition(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:49:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   49 |     void setPosition(const FloatPoint3D &position) { m_position = position; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setOrientation(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:58:76: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   58 |     void setOrientation(const FloatPoint3D &orientation) { m_orientation = orientation; }
      |                                                                            ^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setUpVector(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:62:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   62 |     void setUpVector(const FloatPoint3D &upVector) { m_upVector = upVector; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h: In member function ‘void WebCore::AudioListener::setVelocity(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:67:67: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   67 |     void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; }
      |                                                                   ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setPosition(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:91:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   91 |     void setPosition(float x, float y, float z) { m_position = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setOrientation(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:95:90: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   95 |     void setOrientation(float x, float y, float z) { m_orientation = FloatPoint3D(x, y, z); }
      |                                                                                          ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h: In member function ‘void WebCore::PannerNode::setVelocity(float, float, float)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:99:84: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   99 |     void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); }
      |                                                                                    ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaElementAudioSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:563:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScreen.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScreen.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = char]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = char]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
   85 |         return "rect(" + top + ", " + right + ", " + bottom + ", " + left + ')';
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitPoint.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebKitPoint.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorkerNavigator.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorkerNavigator.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMMimeType.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeTypeArray.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMMimeTypeArray.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMMimeTypeArray.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMPlugin.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMPlugin.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMPlugin.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMMimeType.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMPlugin.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/DOMPluginArray.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMPluginArray.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMPluginArray.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStorage.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStorage.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStorageEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSStorageEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/DedicatedWorkerGlobalScope.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDedicatedWorkerGlobalScope.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDedicatedWorkerGlobalScope.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorker.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorker.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorkerGlobalScope.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorkerGlobalScope.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorkerGlobalScope.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorkerLocation.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorkerLocation.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMParser.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMParser.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequestEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequest.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequest.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequestEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequestEventTarget.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMParser.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSProgressEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequestProgressEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequestProgressEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequestEventTarget.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequestUpload.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLHttpRequestUpload.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLSerializer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLSerializer.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListener.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RegisteredEventListener.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathEvaluator.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathEvaluator.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathException.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathException.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathExpression.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathExpression.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/StrongInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCustomXPathNSResolver.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathNSResolver.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathNSResolver.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathResult.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXPathResult.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGamepad.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGamepad.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/Gamepad.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/gamepad/deprecated/GamepadList.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGamepadList.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGamepadList.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAltGlyphDefElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAltGlyphDefElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPositioningElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAltGlyphElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAltGlyphElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAltGlyphItemElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAltGlyphItemElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAngle.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAngle.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAltGlyphElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimationElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimateElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimateElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimationElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimateColorElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimateColorElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimationElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimateMotionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimateMotionElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimationElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimateTransformElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimateTransformElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedAngle.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedAngle.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedBoolean.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedBoolean.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedEnumeration.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedEnumeration.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedInteger.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedInteger.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedLength.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedLength.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedLengthList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedLengthList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedNumber.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedNumber.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedNumberList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedNumberList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedPreserveAspectRatio.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedPreserveAspectRatio.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedRect.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedRect.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedString.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedString.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimationElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimationElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedTransformList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedTransformList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedTransformList.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCircleElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCircleElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGClipPathElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGClipPathElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCircleElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGColor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGColor.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGClipPathElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGComponentTransferFunctionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGComponentTransferFunctionElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCursorElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCursorElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:62:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   62 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDefsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDefsElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocument.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSXMLDocument.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDocument.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDocument.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDescElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDescElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDefsElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDocument.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDocument.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGEllipseElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGEllipseElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGEllipseElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGException.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGException.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEColorMatrixElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEColorMatrixElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEComponentTransferElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEComponentTransferElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEColorMatrixElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEColorMatrixElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEColorMatrixElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEBlendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFECompositeElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFECompositeElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEComponentTransferElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEComponentTransferElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEComponentTransferElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFECompositeElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFECompositeElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFECompositeElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEConvolveMatrixElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDisplacementMapElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDisplacementMapElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDistantLightElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDistantLightElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEDiffuseLightingElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDropShadowElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDropShadowElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEDisplacementMapElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDisplacementMapElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDisplacementMapElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFloodElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFloodElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEDropShadowElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDropShadowElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDropShadowElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGComponentTransferFunctionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFuncAElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFuncAElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEFloodElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFloodElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFloodElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGComponentTransferFunctionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFuncBElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFuncBElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGComponentTransferFunctionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFuncGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFuncGElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGComponentTransferFunctionElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFuncRElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFuncRElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEGaussianBlurElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEGaussianBlurElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEImageElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEImageElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEConvolveMatrixElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEGaussianBlurElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEGaussianBlurElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEGaussianBlurElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeNodeElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeNodeElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEImageElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEImageElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEImageElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMorphologyElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMorphologyElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEMergeElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEMorphologyElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMorphologyElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMorphologyElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEOffsetElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEOffsetElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpecularLightingElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpecularLightingElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEPointLightElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEPointLightElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEOffsetElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEOffsetElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEOffsetElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpotLightElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpotLightElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFESpecularLightingElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpecularLightingElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpecularLightingElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETileElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETileElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFETileElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETileElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETileElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETurbulenceElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETurbulenceElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFilterElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFilterElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFETurbulenceElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETurbulenceElement.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETurbulenceElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceFormatElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceFormatElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceNameElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceNameElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceSrcElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceSrcElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceUriElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFontFaceUriElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGForeignObjectElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGForeignObjectElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGForeignObjectElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGlyphElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGlyphElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGlyphRefElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGlyphRefElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGradientElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGradientElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGHKernElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGHKernElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGImageElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGImageElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLength.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLength.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLengthList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLengthList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGImageElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:65:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   65 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLineElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLineElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLengthList.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h: In instantiation of ‘WebCore::SVGListProperty::PtrListItemTearOff WebCore::SVGListProperty::replaceItemValuesAndWrappers(PtrListItemTearOff, unsigned int, WebCore::ExceptionCode&) [with PropertyType = WebCore::SVGLengthList; PtrListItemTearOff = WTF::RefPtr >; WebCore::ExceptionCode = int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:103:50:   required from ‘WebCore::SVGListPropertyTearOff::PtrListItemTearOff WebCore::SVGListPropertyTearOff::replaceItem(PtrListItemTearOff, unsigned int, WebCore::ExceptionCode&) [with PropertyType = WebCore::SVGLengthList; PtrListItemTearOff = WTF::RefPtr >; WebCore::ExceptionCode = int]’
  103 |         return Base::replaceItemValuesAndWrappers(newItem, index, ec);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLengthList.cpp:280:90:   required from here
  280 |     JSValue result = toJS(state, castedThis->globalObject(), WTF::getPtr(impl.replaceItem(item, index, ec)));
      |                                                                          ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:337:29: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  337 |         m_values->at(index) = newItem->propertyReference();
      |         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLinearGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLinearGradientElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLineElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMPathElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMPathElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLinearGradientElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMarkerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMarkerElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMaskElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMaskElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:146:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  146 |         DECLARE_ANIMATED_LENGTH(RefX, refX)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:147:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  147 |         DECLARE_ANIMATED_LENGTH(RefY, refY)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:148:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  148 |         DECLARE_ANIMATED_LENGTH(MarkerWidth, markerWidth)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:149:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  149 |         DECLARE_ANIMATED_LENGTH(MarkerHeight, markerHeight)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMatrix.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMatrix.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:58:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   58 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:59:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   59 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:60:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   60 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMetadataElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMetadataElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMissingGlyphElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMissingGlyphElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGNumber.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGNumber.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGNumberList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGNumberList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGColor.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPaint.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPaint.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegArcAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegArcAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegArcRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegArcRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegArcAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegClosePath.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegClosePath.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegArcRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegClosePath.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoVerticalAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoVerticalAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoVerticalRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoVerticalRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoVerticalAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoVerticalRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegMovetoAbs.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegMovetoAbs.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPatternElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPatternElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSeg.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegMovetoRel.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegMovetoRel.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPoint.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPoint.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPointList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPointList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegMovetoAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegMovetoRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:41:16: note: in expansion of macro ‘WTFMove’
   41 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedPathSegListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h:51:16: note: in expansion of macro ‘WTFMove’
   51 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPatternElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:71:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   71 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:72:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   72 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:73:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   73 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPolygonElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPolygonElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPolylineElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPolylineElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPreserveAspectRatio.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPreserveAspectRatio.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPolygonElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRadialGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRadialGradientElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPolylineElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRect.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRect.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRadialGradientElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Fx, fx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Fy, fy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFrBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Fr, fr)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRectElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRectElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRenderingIntent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRenderingIntent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRectElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSVGElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGScriptElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGScriptElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimationElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSetElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSetElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSVGElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGStopElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGStopElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGStringList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGStringList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGStyleElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGStyleElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSwitchElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSwitchElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSymbolElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSymbolElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSwitchElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPositioningElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTRefElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTRefElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPositioningElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTSpanElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTSpanElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTRefElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTSpanElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPositioningElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPathElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPathElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPositioningElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPositioningElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTitleElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTitleElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPathElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h: In member function ‘void WebCore::SVGTextPathElement::setStartOffsetBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h:139:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  139 |         DECLARE_ANIMATED_LENGTH(StartOffset, startOffset)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPositioningElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTransform.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTransform.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTransformList.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTransformList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGUnitTypes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGUnitTypes.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGUseElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGUseElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGVKernElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGVKernElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGUseElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:41:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   41 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGViewElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGViewElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGViewSpec.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGViewSpec.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSUIEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGZoomEvent.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGZoomEvent.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/HTMLElementFactory.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptWrappable.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSValue.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/StyledElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLAnchorElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSHTMLElementWrapperFactory.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCode.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/ExceptionCodeDescription.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/WebKitFontFamilyNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/WebKitFontFamilyNames.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLNames.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/MathMLElementFactory.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGNames.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/XLinkNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/XLinkNames.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGElementFactory.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/XMLNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/XMLNames.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGElementFactory.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/XMLNSNames.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/XMLNSNames.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTransformList.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGElementFactory.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:62:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   62 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEBlendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGElementFactory.cpp:49:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::baseVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:38:16: note: in expansion of macro ‘WTFMove’
   38 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h: In member function ‘virtual WTF::RefPtr > WebCore::SVGAnimatedTransformListPropertyTearOff::animVal()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:48:16: note: in expansion of macro ‘WTFMove’
   48 |         return WTFMove(property);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h: In member function ‘void WebCore::SVGCircleElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCircleElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h: In member function ‘void WebCore::SVGCursorElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGCursorElement.h:62:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   62 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:49:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   49 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h: In member function ‘void WebCore::SVGEllipseElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGEllipseElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEBlendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:65:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   65 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:146:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  146 |         DECLARE_ANIMATED_LENGTH(RefX, refX)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:147:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  147 |         DECLARE_ANIMATED_LENGTH(RefY, refY)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:148:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  148 |         DECLARE_ANIMATED_LENGTH(MarkerWidth, markerWidth)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:149:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  149 |         DECLARE_ANIMATED_LENGTH(MarkerHeight, markerHeight)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:58:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   58 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:59:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   59 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:60:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   60 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:71:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   71 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:72:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   72 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:73:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   73 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Fx, fx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Fy, fy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFrBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Fr, fr)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h: In member function ‘void WebCore::SVGTextPathElement::setStartOffsetBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h:139:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  139 |         DECLARE_ANIMATED_LENGTH(StartOffset, startOffset)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:41:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   41 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h: In member function ‘void WebCore::SVGFilterElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h: In member function ‘void WebCore::SVGFilterPrimitiveStandardAttributes::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:69:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   69 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h: In member function ‘void WebCore::SVGForeignObjectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGForeignObjectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:65:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   65 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:66:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   66 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:67:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   67 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h: In member function ‘void WebCore::SVGImageElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGImageElement.h:68:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   68 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h: In member function ‘void WebCore::SVGLineElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLineElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X1, x1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY1BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y1, y1)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setX2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(X2, x2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h: In member function ‘void WebCore::SVGLinearGradientElement::setY2BaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLinearGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Y2, y2)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:146:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  146 |         DECLARE_ANIMATED_LENGTH(RefX, refX)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setRefYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:147:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  147 |         DECLARE_ANIMATED_LENGTH(RefY, refY)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:148:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  148 |         DECLARE_ANIMATED_LENGTH(MarkerWidth, markerWidth)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h: In member function ‘void WebCore::SVGMarkerElement::setMarkerHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMarkerElement.h:149:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  149 |         DECLARE_ANIMATED_LENGTH(MarkerHeight, markerHeight)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:58:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   58 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:59:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   59 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:60:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   60 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h: In member function ‘void WebCore::SVGMaskElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGMaskElement.h:61:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   61 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:70:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   70 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:71:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   71 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:72:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   72 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h: In member function ‘void WebCore::SVGPatternElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.h:73:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   73 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(Cx, cx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setCyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Cy, cy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setRBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(R, r)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Fx, fx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Fy, fy)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h: In member function ‘void WebCore::SVGRadialGradientElement::setFrBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRadialGradientElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Fr, fr)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:50:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   50 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:51:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   51 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:52:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   52 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:53:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   53 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRxBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:54:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   54 |         DECLARE_ANIMATED_LENGTH(Rx, rx)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h: In member function ‘void WebCore::SVGRectElement::setRyBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGRectElement.h:55:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   55 |         DECLARE_ANIMATED_LENGTH(Ry, ry)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h: In member function ‘void WebCore::SVGSVGElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:45:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   45 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h: In member function ‘void WebCore::SVGTextPathElement::setStartOffsetBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGTextPathElement.h:139:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
  139 |         DECLARE_ANIMATED_LENGTH(StartOffset, startOffset)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setXBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:41:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   41 |         DECLARE_ANIMATED_LENGTH(X, x)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setYBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:42:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   42 |         DECLARE_ANIMATED_LENGTH(Y, y)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setWidthBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:43:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   43 |         DECLARE_ANIMATED_LENGTH(Width, width)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h: In member function ‘void WebCore::SVGUseElement::setHeightBaseValue(const WebCore::SVGLength&, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGUseElement.h:44:9: note: in expansion of macro ‘DECLARE_ANIMATED_LENGTH’
   44 |         DECLARE_ANIMATED_LENGTH(Height, height)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaSourcePrivate.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockMediaSourcePrivate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockMediaSourcePrivate.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockBox.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockBox.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayerPrivate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockMediaPlayerMediaSource.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockMediaPlayerMediaSource.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/MediaPlayer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SourceBufferPrivate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/TrackPrivateBase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/AudioTrackPrivate.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockTracks.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/mock/mediasource/MockTracks.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/InternalSettings.cpp:537:80: warning: identifier ‘requires’ is a keyword in C++20 [-Wc++20-compat]
  537 | void InternalSettings::setInlineMediaPlaybackRequiresPlaysInlineAttribute(bool requires, ExceptionCode& ec)
      |                                                                                ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/InternalSettings.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/InternalSettings.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/UniquedStringImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringImpl.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176:   required from here
   73 |     return "View-relative:\n" + mainFrame.pageOverlayController().viewOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers) + "\n\nDocument-relative:\n" + mainFrame.pageOverlayController().documentOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSStyleDeclaration.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176:   required from here
   73 |     return "View-relative:\n" + mainFrame.pageOverlayController().viewOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers) + "\n\nDocument-relative:\n" + mainFrame.pageOverlayController().documentOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176:   required from here
   73 |     return "View-relative:\n" + mainFrame.pageOverlayController().viewOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers) + "\n\nDocument-relative:\n" + mainFrame.pageOverlayController().documentOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers);
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/js/WebCoreTestSupport.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternalSettings.cpp:838:10: warning: identifier ‘requires’ is a keyword in C++20 [-Wc++20-compat]
  838 |     bool requires = state->argument(0).toBoolean(state);
      |          ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Assertions.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/ASCIIFastPath.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/LEK7N4VZRV/../../../../../Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/LEK7N4VZRV/moc_ItemSelectorContextObject.cpp:10,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/mocs_compilation.cpp:9:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:566:9: warning: ‘U_SHOW_CPLUSPLUS_API’ redefined
  566 | #define U_SHOW_CPLUSPLUS_API 0
      |         ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/ASCIIFastPath.h:26:
/usr/include/unicode/utypes.h:76:16: note: this is the location of the previous definition
   76 | #       define U_SHOW_CPLUSPLUS_API 1
      |                ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:567:9: warning: ‘U_SHOW_CPLUSPLUS_HEADER_API’ redefined
  567 | #define U_SHOW_CPLUSPLUS_HEADER_API 0
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/utypes.h:79:16: note: this is the location of the previous definition
   79 | #       define U_SHOW_CPLUSPLUS_HEADER_API 1
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/InternalSettings.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternalSettings.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternalSettings.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/QKDPJCAYTD/../../../../../Source/WebKit2/UIProcess/API/qt/qwebnavigationrequest_p.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/QKDPJCAYTD/moc_qwebnavigationrequest_p.cpp:10,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/mocs_compilation.cpp:5:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/QKDPJCAYTD/../../../../../Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebkitglobal.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/qwebkitglobal.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/QKDPJCAYTD/../../../../../Source/WebKit2/UIProcess/API/qt/qtwebsecurityorigin_p.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/QKDPJCAYTD/moc_qtwebsecurityorigin_p.cpp:10,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/mocs_compilation.cpp:2:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderStateMachine.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternals.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternals.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerBacking.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:100:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/DatabaseProcess/DatabaseProcess.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSStyleDeclaration.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:3423:87:   required from here
 3423 |         document->addConsoleMessage(MessageSource::JS, MessageLevel::Debug, makeString("MicroTask #", String::number(testNumber), " has run."));
      |                                                                             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:205:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
 1285 |     return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternals.cpp:96:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternals.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  774 | template  static inline Checked::ResultType, OverflowHandler> operator*(U lhs, Checked rhs)
      |                                                                                                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  749 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, V rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(U, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   57 |         Checked initialSize = sizeof(T) * n;
      |                                         ~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  776 |     return Checked(lhs) * rhs;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator*(Checked, Checked) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  737 | template  static inline Checked::ResultType, OverflowHandler> operator*(Checked lhs, Checked rhs)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69:   required from ‘void WebCore::AudioArray::allocate(WTF::Checked) [with T = float]’
   70 |             T* allocation = static_cast(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
      |                                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
   45 |         allocate(n);
      |         ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26:   required from ‘typename std::_Unique_if::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray; Args = {long unsigned int&}; typename _Unique_if::_Single_object = unique_ptr >]’
  311 |     return unique_ptr(new T(std::forward(args)...));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
   58 |         m_memBuffer = std::make_unique(length);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked::Checked(const WTF::Checked&)’ is deprecated [-Wdeprecated-copy]
  751 |     return lhs + Checked(rhs);
      |            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked’ has user-provided ‘const WTF::Checked& WTF::Checked::operator=(WTF::Checked) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
  496 |     const Checked& operator=(Checked rhs)
      |                    ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked::ResultType, OverflowHandler> WTF::operator+(Checked, Checked) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result::ResultType = long unsigned int]’
  713 | template  static inline Checked::ResultType, OverflowHandler> operator+(Checked lhs, Checked rhs)
      |                                                                                                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/DatabaseProcess/DatabaseToWebProcessConnection.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMallocStatistics.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMallocStatistics.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/DatabaseProcess/IndexedDB/WebIDBConnectionToClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkProcessCreationParameters.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkProcessCreationParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoadParameters.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoadParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMemoryInfo.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMemoryInfo.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/Download.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/Download.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/Download.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/DownloadAuthenticationClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/DownloadManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/DownloadManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMockPageOverlay.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMockPageOverlay.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTypeConversions.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSTypeConversions.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentCoders.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/InternalSettingsGenerated.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternalSettingsGenerated.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternalSettingsGenerated.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentEncoder.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/InternalSettingsGenerated.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/InternalSettingsGenerated.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/MessageDecoder.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/MessageEncoder.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/StringReference.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginCreationParameters.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginCreationParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginProcess.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginProcess.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginProcess.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/WebProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/WebProcessConnection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/BlobDataFileReference.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/BlobDataFileReferenceWithSandboxExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/BlobDataFileReferenceWithSandboxExtension.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ContextMenuContextData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ContextMenuContextData.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/EditorState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/EditorState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/NavigationActionData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/NavigationActionData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseDetails.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/DatabaseDetails.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/OriginAndDatabases.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/OriginAndDatabases.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/PlatformPopupMenuData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/PlatformPopupMenuData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionTracker.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionTracker.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/StatisticsData.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/StatisticsData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/UpdateInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/UpdateInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/UserData.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/LinkHash.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/LinkHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/VisitedLinkTable.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/VisitedLinkTable.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebBackForwardListItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebBackForwardListItem.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ContextMenuItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebContextMenuItemData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebContextMenuItem.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebContextMenuItem.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKSharedAPICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebConnectionClient.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebConnection.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ContextMenuItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebContextMenuItemData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebContextMenuItemData.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKey.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBKeyData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/IDBKeyData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCrossThreadCopier.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/KeypressCommand.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PlatformKeyboardEvent.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PlatformKeyboardEvent.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEventConversion.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEventConversion.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentCoders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:45:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebImage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebHitTestResultData.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebHitTestResultData.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebKeyboardEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebKit2Initialize.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebHitTestResultData.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebMouseEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileChooser.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileChooser.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebOpenPanelParameters.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebOpenPanelParameters.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageCreationParameters.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageCreationParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ScrollingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:58:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebHitTestResultData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebHitTestResultData.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp: In static member function ‘static bool IPC::ArgumentCoder::decode(IPC::ArgumentDecoder&, WebCore::FixedPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1600:60: warning: implicitly-declared ‘WebCore::FixedPositionViewportConstraints& WebCore::FixedPositionViewportConstraints::operator=(const WebCore::FixedPositionViewportConstraints&)’ is deprecated [-Wdeprecated-copy]
 1600 |     viewportConstraints = FixedPositionViewportConstraints();
      |                                                            ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ScrollingConstraints.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:57:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:83:5: note: because ‘WebCore::FixedPositionViewportConstraints’ has user-provided ‘WebCore::FixedPositionViewportConstraints::FixedPositionViewportConstraints(const WebCore::FixedPositionViewportConstraints&)’
   83 |     FixedPositionViewportConstraints(const FixedPositionViewportConstraints& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h: In member function ‘WebCore::FixedPositionViewportConstraints& WebCore::FixedPositionViewportConstraints::operator=(const WebCore::FixedPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:77:7: warning: implicitly-declared ‘WebCore::ViewportConstraints& WebCore::ViewportConstraints::operator=(const WebCore::ViewportConstraints&)’ is deprecated [-Wdeprecated-copy]
   77 | class FixedPositionViewportConstraints : public ViewportConstraints {
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:51:5: note: because ‘WebCore::ViewportConstraints’ has user-provided ‘WebCore::ViewportConstraints::ViewportConstraints(const WebCore::ViewportConstraints&)’
   51 |     ViewportConstraints(const ViewportConstraints& other)
      |     ^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp: In static member function ‘static bool IPC::ArgumentCoder::decode(IPC::ArgumentDecoder&, WebCore::FixedPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1600:60: note: synthesized method ‘WebCore::FixedPositionViewportConstraints& WebCore::FixedPositionViewportConstraints::operator=(const WebCore::FixedPositionViewportConstraints&)’ first required here
 1600 |     viewportConstraints = FixedPositionViewportConstraints();
      |                                                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp: In static member function ‘static bool IPC::ArgumentCoder::decode(IPC::ArgumentDecoder&, WebCore::StickyPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1674:61: warning: implicitly-declared ‘WebCore::StickyPositionViewportConstraints& WebCore::StickyPositionViewportConstraints::operator=(const WebCore::StickyPositionViewportConstraints&)’ is deprecated [-Wdeprecated-copy]
 1674 |     viewportConstraints = StickyPositionViewportConstraints();
      |                                                             ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:123:5: note: because ‘WebCore::StickyPositionViewportConstraints’ has user-provided ‘WebCore::StickyPositionViewportConstraints::StickyPositionViewportConstraints(const WebCore::StickyPositionViewportConstraints&)’
  123 |     StickyPositionViewportConstraints(const StickyPositionViewportConstraints& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h: In member function ‘WebCore::StickyPositionViewportConstraints& WebCore::StickyPositionViewportConstraints::operator=(const WebCore::StickyPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:114:7: warning: implicitly-declared ‘WebCore::ViewportConstraints& WebCore::ViewportConstraints::operator=(const WebCore::ViewportConstraints&)’ is deprecated [-Wdeprecated-copy]
  114 | class StickyPositionViewportConstraints : public ViewportConstraints {
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingConstraints.h:51:5: note: because ‘WebCore::ViewportConstraints’ has user-provided ‘WebCore::ViewportConstraints::ViewportConstraints(const WebCore::ViewportConstraints&)’
   51 |     ViewportConstraints(const ViewportConstraints& other)
      |     ^~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp: In static member function ‘static bool IPC::ArgumentCoder::decode(IPC::ArgumentDecoder&, WebCore::StickyPositionViewportConstraints&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1674:61: note: synthesized method ‘WebCore::StickyPositionViewportConstraints& WebCore::StickyPositionViewportConstraints::operator=(const WebCore::StickyPositionViewportConstraints&)’ first required here
 1674 |     viewportConstraints = StickyPositionViewportConstraints();
      |                                                             ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserScript.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/UserScript.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageGroupData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageGroupData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesKeys.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesKeys.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebProcessCreationParameters.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebProcessCreationParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderLayer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderLayer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebWheelEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebTouchEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderLayer.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderLayer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIArray.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderInline.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderInline.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserScript.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/UserScript.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageGroupData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIPageGroupHandle.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIPageGroupHandle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIURLRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIURLRequest.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceResponseBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceResponse.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceResponse.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIURLResponse.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIURLResponse.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKArray.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIURLRequest.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKCertificateInfo.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKConnectionRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ContextMenuItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebContextMenuItemData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebContextMenuItem.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKContextMenuItem.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKDeprecatedFunctions.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKDictionary.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKErrorRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKGeometry.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKSharedAPICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKImage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKMutableArray.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKPluginInformation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKRenderLayer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKNumber.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKMutableDictionary.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKRenderObject.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOrigin.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APISecurityOrigin.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKSecurityOriginRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKString.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APISerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKSerializedScriptValue.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKType.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKURL.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIURLRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKURLRequest.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceResponseBase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceResponse.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceResponse.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIURLResponse.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKURLResponse.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIUserContentURLPattern.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKUserContentURLPattern.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkDataTask.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkSession.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Authentication/AuthenticationManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Authentication/AuthenticationManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Databases/DatabaseProcessCreationParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Databases/IndexedDB/IDBUtilities.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Databases/IndexedDB/IDBUtilities.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Authentication/AuthenticationManager.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/NPObjectMessageReceiver.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/DownloadID.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkSession.h:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginProcessAttributes.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginProcessCreationParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/PluginInformation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/PluginInformation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOrigin.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebsiteData/WebsiteData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebsiteData/WebsiteData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/FrameLoadState.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/FrameLoadState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessages.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GeolocationPermissionRequestManagerProxy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GenericCallback.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DrawingAreaProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DrawingAreaProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounter.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ProcessThrottler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ProcessThrottler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/PageLoadState.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/PageLoadState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GeolocationPermissionRequestProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GeolocationPermissionRequestManagerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GeolocationPermissionRequestManagerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GenericCallback.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/StatisticsRequest.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/StatisticsRequest.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/TextCheckerCompletion.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/TextCheckerCompletion.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCertificateInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/PageLoadState.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionCheckProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionCheckProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionCheckProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionRequestManagerProxy.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionRequestManagerProxy.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionRequestProxy.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionRequestProxy.cpp:20:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/LinkHash.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/LinkHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/VisitedLinkTable.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/VisitedLinkStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/VisitedLinkStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionCheckProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/VisitedLinkStore.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebBackForwardListItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebBackForwardList.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebBackForwardList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebConnectionMessages.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebConnection.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebConnectionToWebProcess.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebContextClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebContextClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebBackForwardList.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebContextConnectionClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebContextInjectedBundleClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ContextMenuContextData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebContextMenuProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebContextMenuProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GenericCallback.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebCookieManagerProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebCookieManagerProxyClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessages.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebEditCommandProxy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebCookieManagerProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFrameListenerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFormSubmissionListenerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIFormClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFormClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebEditCommandProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebEditCommandProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFrameListenerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFormSubmissionListenerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFormSubmissionListenerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFrameListenerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFrameListenerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFrameListenerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFramePolicyListenerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFramePolicyListenerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/FrameLoadState.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFrameProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFrameProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFrameProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebGeolocationProvider.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextCheckerClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/TextCheckerClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebGrammarDetail.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebGrammarDetail.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebIconDatabaseClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebIconDatabase.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebIconDatabase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebIconDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebInspectorProxy.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebInspectorProxy.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebInspectorProxy.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebNavigationState.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebOpenPanelResultListenerProxy.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIDiagnosticLoggingClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageDiagnosticLoggingClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageDiagnosticLoggingClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebNavigationState.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebNavigationState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebOpenPanelResultListenerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebOpenPanelResultListenerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserScript.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/UserScript.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageGroupData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageInjectedBundleClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:766:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’
  766 |     String result = tryMakeString(string1, string2);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.cpp:79:37:   required from here
   79 |         data.identifier = makeString("__uniquePageGroupID-", String::number(data.pageGroupID));
      |                           ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPasteboardProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPasteboardProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPreferences.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPreferences.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPreferences.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessLifetimeObserver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessLifetimeTracker.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:117:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashCountedSet.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessLifetimeObserver.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessLifetimeObserver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashSet.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessLifetimeTracker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessLifetimeTracker.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CoordinatedLayerTreeHostProxyMessages.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:136:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp: In member function ‘WTF::RefPtr WebKit::WebPageProxy::reattachToWebProcessForReload()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:768:12: note: in expansion of macro ‘WTFMove’
  768 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:768:12: note: in expansion of macro ‘WTFMove’
  768 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp: In member function ‘WTF::RefPtr WebKit::WebPageProxy::reattachToWebProcessWithItem(WebKit::WebBackForwardListItem*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:790:12: note: in expansion of macro ‘WTFMove’
  790 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:790:12: note: in expansion of macro ‘WTFMove’
  790 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp: In member function ‘WTF::RefPtr WebKit::WebPageProxy::loadRequest(const WebCore::ResourceRequest&, WebCore::ShouldOpenExternalURLsPolicy, API::Object*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:950:12: note: in expansion of macro ‘WTFMove’
  950 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:950:12: note: in expansion of macro ‘WTFMove’
  950 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp: In member function ‘WTF::RefPtr WebKit::WebPageProxy::loadFile(const WTF::String&, const WTF::String&, API::Object*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:988:12: note: in expansion of macro ‘WTFMove’
  988 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:988:12: note: in expansion of macro ‘WTFMove’
  988 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp: In member function ‘WTF::RefPtr WebKit::WebPageProxy::loadData(API::Data*, const WTF::String&, const WTF::String&, const WTF::String&, API::Object*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:1009:12: note: in expansion of macro ‘WTFMove’
 1009 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:1009:12: note: in expansion of macro ‘WTFMove’
 1009 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp: In member function ‘WTF::RefPtr WebKit::WebPageProxy::loadHTMLString(const WTF::String&, const WTF::String&, API::Object*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:1031:12: note: in expansion of macro ‘WTFMove’
 1031 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:1031:12: note: in expansion of macro ‘WTFMove’
 1031 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp: In member function ‘WTF::RefPtr WebKit::WebPageProxy::reload(bool, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:1142:12: note: in expansion of macro ‘WTFMove’
 1142 |     return WTFMove(navigation);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:1142:12: note: in expansion of macro ‘WTFMove’
 1142 |     return WTFMove(navigation);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessPool.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessPool.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextCheckerClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/TextCheckerClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebTextCheckerClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebTextChecker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebTextChecker.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextCheckerClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/TextCheckerClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebTextCheckerClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebTextCheckerClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APISession.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebTextChecker.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandlerTask.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandler.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandlerTask.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandlerTask.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIHitTestResult.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIHitTestResult.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIFrameInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIFrameInfo.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIFrameInfo.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebNavigationDataStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigationData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigationData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIPageConfiguration.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIPageConfiguration.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIPageConfiguration.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIProcessPoolConfiguration.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIProcessPoolConfiguration.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APISessionState.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APISessionState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkProcessMessages.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APISession.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandlerTask.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandler.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIURLSchemeHandlerTask.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIProcessPoolConfiguration.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIUserContentExtension.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIUserContentExtension.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APISession.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APISession.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WindowFeatures.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/WindowFeatures.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIWindowFeatures.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIWindowFeatures.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/Credential.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/AuthenticationChallengeBase.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/AuthenticationChallenge.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/AuthenticationChallenge.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAuthenticationChallenge.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKApplicationCacheManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAuthenticationDecisionListener.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKBackForwardListItemRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKBatteryManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKBatteryStatus.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebBackForwardListItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebBackForwardList.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKBackForwardListRef.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIDownloadClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKContext.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIProcessPoolConfiguration.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKContextConfigurationRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKBackForwardListRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKCredential.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKCookieManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKDownload.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKFormSubmissionListener.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKFrame.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIFrameInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKFrameInfoRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKFramePolicyListener.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKGeolocationPermissionRequest.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKGeolocationPosition.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKGrammarDetail.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKIconDatabase.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIHitTestResult.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKHitTestResult.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKInspector.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKKeyValueStorageManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKMediaSessionMetadata.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIFrameInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigationAction.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKNavigationActionRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebNavigationDataStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigationData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKNavigationDataRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKNavigationRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIFrameInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APINavigationResponse.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKNavigationResponseRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOrigin.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APISecurityOrigin.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKNotification.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKNotificationManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKNotificationPermissionRequest.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKOpenPanelParameters.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKOpenPanelResultListener.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebHitTestResultData.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIContextMenuClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKPage.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIPageConfiguration.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKPageConfigurationRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIUserContentExtension.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKPreferences.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKPage.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIPageConfiguration.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIUserContentExtension.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProtectionSpaceBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProtectionSpace.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ProtectionSpace.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKProtectionSpace.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKResourceCacheManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKSessionStateRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKTextChecker.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIUserContentExtension.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKUserContentControllerRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionCheckProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKUserMediaPermissionCheck.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserMediaPermissionRequestProxy.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKUserMediaPermissionRequest.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKVibration.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKViewportAttributes.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/Credential.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/AuthenticationChallengeBase.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/AuthenticationChallenge.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/AuthenticationChallenge.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/WindowFeatures.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/WindowFeatures.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIWindowFeatures.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKWindowFeaturesRef.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/Credential.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/AuthenticationChallengeBase.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/AuthenticationChallenge.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/AuthenticationChallenge.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/AuthenticationDecisionListener.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/WebCredential.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/WebCredential.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProtectionSpaceBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ProtectionSpace.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ProtectionSpace.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/AuthenticationDecisionListener.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Authentication/AuthenticationDecisionListener.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Downloads/DownloadProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Downloads/DownloadProxyMap.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/HTTPHeaderMap.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/HTTPRequest.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/HTTPRequest.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebInspectorServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebInspectorServer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServerConnection.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServerConnection.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServerConnection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
   58 |     virtual String failureReason() { return "Extension " + m_extensionToken + " failed"; }
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessages.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/NotificationPermissionRequestManagerProxy.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOrigin.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APISecurityOrigin.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/WebNotification.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/WebNotification.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/WebNotificationManagerProxy.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/WebNotificationManagerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PlugInAutoStartProvider.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PlugInAutoStartProvider.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/WebNotificationManagerProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/NotificationPermissionRequest.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/NotificationPermissionRequestManagerProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/NotificationPermissionRequestManagerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SessionID.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SessionID.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PlugInAutoStartProvider.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginInfoStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SQLiteDatabase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SQLiteDatabase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.cpp:66:62:   required from here
   66 |     return databasePath(securityOrigin->databaseIdentifier() + ".localstorage");
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataRecord.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataRecord.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebConnectionMessages.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashCountedSet.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessLifetimeObserver.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Cookies/WebCookieManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebProcess.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/InProcessIDBServer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Databases/WebDatabaseProvider.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Databases/WebDatabaseProvider.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebProcess.cpp:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/IDBConnectionToServer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBConnectionToServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Databases/WebToDatabaseProcessConnection.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/IDBConnectionToServer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBConnectionToServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBConnectionToServer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoadParameters.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkConnectionToWebProcessMessages.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FileAPI/BlobRegistryProxy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebGeolocationManagerMessages.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabaseBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/IconDatabaseBase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/HistoryItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardList.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/HistoryItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp:43:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardList.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleNavigationAction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleNavigationAction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleHitTestResult.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleNavigationAction.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/APIInjectedBundleFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/DOMWrapperWorld.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/DOMWrapperWorld.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleScriptWorld.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSnapshottedPlugIn.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderSnapshottedPlugIn.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleScriptWorld.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleScriptWorld.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/HistoryItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleBackForwardList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKSharedAPICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleAPICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleDOMWindowExtension.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/HistoryItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleBackForwardListItem.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOrigin.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APISecurityOrigin.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleInspector.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleNavigationAction.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleNavigationAction.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageGroup.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:187,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIString.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleRangeHandle.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSnapshottedPlugIn.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderSnapshottedPlugIn.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:50:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobPart.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/Blob.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/File.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/File.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleFileHandle.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceLoader.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/WebLoaderStrategy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/WebLoaderStrategy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/WebResourceLoader.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/WebLoaderStrategy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:52:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/WebResourceLoader.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/WebLoaderStrategy.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/NotificationPermissionRequestManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/NotificationPermissionRequestManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/NotificationPermissionRequestManager.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationPermissionCallback.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationClient.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/NotificationClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/NotificationPermissionRequestManager.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationPermissionCallback.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationClient.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/NotificationClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginProcess.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Identifier.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/InternalFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/FunctionPrototype.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/JSNPMethod.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/JSNPMethod.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/JSGlobalObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/JSNPObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/JSNPObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/SpeculatedType.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IndexingType.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SparseArrayValueMap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayStorage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ButterflyInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSArray.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/JSGlobalObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/JSNPObject.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NPJSObject.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:65:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/WeakInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:188:58:   required from here
  188 |             headerFields.set(lastHeaderKey, currentValue + newValue);
      |                                             ~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:214:41:   required from here
  214 |                 value = oldValue + ", " + value;
      |                         ~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:214:41:   required from here
  214 |                 value = oldValue + ", " + value;
      |                         ~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Weak.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageArea.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/StorageArea.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageAreaImpl.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageAreaImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageArea.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOrigin.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageAreaMap.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageNamespaceImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageNamespaceImpl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageNamespaceImpl.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageNamespaceProvider.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/StorageNamespaceProvider.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/WebStorageNamespaceProvider.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/WebStorageNamespaceProvider.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/UserContent/WebUserContentController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/UserContent/WebUserContentController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/ThreadSafeRefCounted.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/WebStorageNamespaceProvider.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/SessionStateConversion.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/UserContent/WebUserContentController.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebColorChooser.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenu.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ContextMenuClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:48:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentCoders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebColorChooser.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:66:62:   required from here
   66 |     String url = "http://www.google.com/search?q=" + encoded + "&ie=UTF-8&oe=UTF-8";
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:66:62:   required from here
   66 |     String url = "http://www.google.com/search?q=" + encoded + "&ie=UTF-8&oe=UTF-8";
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/APIInjectedBundleFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EditorClient.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/EditorClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebGeolocationClient.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderClient.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FrameLoaderClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PageOverlay.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/NotificationPermissionRequestManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebNotificationClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderClient.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebNotificationClient.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CookiesStrategy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CookiesStrategy.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:44:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashSet.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CookiesStrategy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPlugInClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebProgressTrackerClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebSearchPopupMenu.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/APIInjectedBundleFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CompositingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/FindController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/FindController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/FindController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/PageBanner.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/PageBanner.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/PageBanner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/TapHighlightController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/VisitedLinkTableController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/VisitedLinkTableController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/VisitedLinkTableController.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SessionState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ContextMenuItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebContextMenuItemData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebContextMenu.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebContextMenu.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderElement.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebContextMenu.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/BackForwardClient.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/BackForwardClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentWriter.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/DocumentLoader.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebDocumentLoader.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebDocumentLoader.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:38:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorFrontendChannel.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspector.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:41:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileChooser.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileChooser.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebOpenPanelResultListener.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebOpenPanelResultListener.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Deque.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorUI.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorUI.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:775:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*]’
  775 |     String result = tryMakeString(string1, string2, string3);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:61:40:   required from here
   61 |     evaluateExpressionOnLoad(makeString("InspectorFrontendAPI.dispatch([\"", command, "\"])"));
      |                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:341:16: note: in expansion of macro ‘WTFMove’
  341 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:356:12: note: in expansion of macro ‘WTFMove’
  356 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = String; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:66:40:   required from here
   66 |     evaluateExpressionOnLoad(makeString("InspectorFrontendAPI.dispatch([\"", command, "\", \"", argument, "\"])"));
      |                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = const char*; StringType5 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:793:34:   required from ‘WTF::String WTF::makeString(StringType1, StringType2, StringType3, StringType4, StringType5) [with StringType1 = const char*; StringType2 = String; StringType3 = const char*; StringType4 = const char*; StringType5 = const char*]’
  793 |     String result = tryMakeString(string1, string2, string3, string4, string5);
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:71:40:   required from here
   71 |     evaluateExpressionOnLoad(makeString("InspectorFrontendAPI.dispatch([\"", command, "\", ", argument ? "true" : "false", "])"));
      |                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:445:16: note: in expansion of macro ‘WTFMove’
  445 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:464:12: note: in expansion of macro ‘WTFMove’
  464 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorUI.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserScript.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/UserScript.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageGroupData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPageGroupProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPageGroupProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/APIInjectedBundleFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PageOverlay.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPageOverlay.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPageOverlay.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp:61:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebURLSchemeHandlerTaskProxy.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebURLSchemeHandlerProxy.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebURLSchemeHandlerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPageOverlay.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebURLSchemeHandlerTaskProxy.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebURLSchemeHandlerTaskProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebURLSchemeHandlerTaskProxy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoadParameters.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkConnectionToWebProcessMessages.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkLoadClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkLoad.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkLoad.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp: In member function ‘WTF::Ref WebKit::WebPage::createDocumentLoader(WebCore::Frame&, const WebCore::ResourceRequest&, const WebCore::SubstituteData&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp:5172:12: note: in expansion of macro ‘WTFMove’
 5172 |     return WTFMove(documentLoader);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp:5172:12: note: in expansion of macro ‘WTFMove’
 5172 |     return WTFMove(documentLoader);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In member function ‘virtual void WebKit::NetworkLoad::didReceiveAuthenticationChallenge(WebCore::ResourceHandle*, const WebCore::AuthenticationChallenge&)’,
    inlined from ‘virtual void WebKit::NetworkLoad::didReceiveAuthenticationChallenge(WebCore::ResourceHandle*, const WebCore::AuthenticationChallenge&)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkLoad.cpp:410:6:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkLoad.cpp:417:85: warning: ‘this’ pointer is null [-Wnonnull]
  417 |         challenge.authenticationClient()->receivedRequestToContinueWithoutCredential(challenge);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkLoadParameters.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkLoadParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobRegistryImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/BlobRegistryImpl.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkProcessPlatformStrategies.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkProcess.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoadParameters.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkConnectionToWebProcessMessages.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoader.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URLHash.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URLHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/FileAPI/NetworkBlobRegistry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/FileAPI/NetworkBlobRegistry.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/cache/NetworkCacheEntry.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/Download.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/qt/DownloadQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/CustomProtocols/CustomProtocolManager.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/CustomProtocols/qt/CustomProtocolManagerQt.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/DatabaseProcess/DatabaseProcess.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/DatabaseProcess/qt/DatabaseProcessMainQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/Downloads/qt/QtFileDownloader.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/qt/NetworkProcessMainQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/qt/NetworkProcessQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/qt/QtNetworkAccessManager.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/Credential.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/NetworkStorageSession.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/NetworkingContext.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/NetworkingContext.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/RemoteNetworkingContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/qt/RemoteNetworkingContextQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Logging.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/qt/LoggingQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/qt/ModuleQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/APIInjectedBundleFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/qt/PluginControllerProxyQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/qt/PluginProcessMainQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginProcess.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/qt/PluginProcessQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/qt/WKImageQt.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkDataTask.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkSession.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Authentication/AuthenticationManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Authentication/qt/AuthenticationManagerQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/TextureMapper.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedBackingStore.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedBackingStore.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/WebCoordinatedSurface.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/WebCoordinatedSurface.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/WebCoordinatedSurface.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedBackingStore.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp: In static member function ‘static bool IPC::ArgumentCoder::decode(IPC::ArgumentDecoder&, WebCore::TextureMapperAnimation&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:549:123: warning: implicitly-declared ‘WebCore::TextureMapperAnimation& WebCore::TextureMapperAnimation::operator=(const WebCore::TextureMapperAnimation&)’ is deprecated [-Wdeprecated-copy]
  549 |     animation = TextureMapperAnimation(name, keyframes, boxSize, *animationObject, listsMatch, startTime, pauseTime, state);
      |                                                                                                                           ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:44:5: note: because ‘WebCore::TextureMapperAnimation’ has user-provided ‘WebCore::TextureMapperAnimation::TextureMapperAnimation(const WebCore::TextureMapperAnimation&)’
   44 |     TextureMapperAnimation(const TextureMapperAnimation&);
      |     ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h: In instantiation of ‘static bool IPC::ArgumentCoder >::decode(IPC::ArgumentDecoder&, std::pair<_T1, _T2>&) [with T = unsigned int; U = WebCore::CoordinatedGraphicsLayerState]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:89:40:   required from ‘bool IPC::ArgumentDecoder::decode(T&) [with T = std::pair]’
   89 |         return ArgumentCoder::decode(*this, t);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentCoders.h:169:32:   required from ‘static bool IPC::VectorArgumentCoder::decode(IPC::ArgumentDecoder&, WTF::Vector&) [with T = std::pair; long unsigned int inlineCapacity = 0]’
  169 |             if (!decoder.decode(element))
      |                  ~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:89:40:   required from ‘bool IPC::ArgumentDecoder::decode(T&) [with T = WTF::Vector >]’
   89 |         return ArgumentCoder::decode(*this, t);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:884:24:   required from here
  884 |     if (!decoder.decode(state.layersToUpdate))
      |          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:72:8: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
   72 | struct CoordinatedGraphicsLayerState {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentCoders.h:106:21: note: synthesized method ‘WebCore::CoordinatedGraphicsLayerState& WebCore::CoordinatedGraphicsLayerState::operator=(const WebCore::CoordinatedGraphicsLayerState&)’ first required here
  106 |         pair.second = second;
      |         ~~~~~~~~~~~~^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h: In static member function ‘static bool IPC::ArgumentCoder::decode(IPC::ArgumentDecoder&, WebCore::TransformOperations&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:420:19: warning: writing 128 bytes into a region of size 32 [-Wstringop-overflow=]
  420 |             memcpy(m_matrix, m, sizeof(Matrix4));
      |                   ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:423:13: note: destination object ‘WebCore::TransformationMatrix::m_matrix’ of size 32
  423 |     Matrix4 m_matrix;
      |             ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1211:9:   required from ‘void WTF::Vector::append(U&&) [with U = WTF::StringAppend; T = WTF::String; long unsigned int inlineCapacity = 0; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’
 1211 |         new (NotNull, end()) T(std::forward(value));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp:49:22:   required from here
   49 |         result.append(mozillaHome + "/plugins");
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/ArgumentCodersQt.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/NativeWebKeyboardEvent.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/NativeWebKeyboardEventQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/NativeWebMouseEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/NativeWebMouseEventQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/unix/ChildProcessMain.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/ChildProcessMainQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/NativeWebTouchEvent.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/NativeWebTouchEventQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/NativeWebWheelEvent.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/NativeWebWheelEventQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ProcessExecutablePath.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/ProcessExecutablePathQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/QtNetworkRequestData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/QtNetworkRequestData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/QtNetworkReplyData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/QtNetworkReplyData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/ShareableBitmapQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/WebCoreArgumentCodersQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/WebEventFactory.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/WebEventFactoryQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/WebGestureEvent.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/BackingStore.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DefaultUndoController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DefaultUndoController.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/qt/WKIconDatabaseQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/C/WKAPICast.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/cpp/qt/WKStringQt.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/LegacySessionStateCodingNone.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebEditCommandProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DefaultUndoController.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKSharedAPICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/APIWebsiteDataStoreQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/QtNetworkReplyData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/QtNetworkRequestData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkrequest_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkrequest.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkrequest.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkrequest.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/qt/QtNetworkReplyData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickurlschemedelegate.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickurlschemedelegate.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SchemeRegistry.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qtwebsecurityorigin.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp:48:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp:42:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp: In member function ‘virtual void QWebChannelWebKitTransport::sendMessage(const QJsonObject&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp:61:58: warning: ‘QByteArray QJsonDocument::toBinaryData() const’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
   61 |     QByteArray data = QJsonDocument(message).toBinaryData();
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtCore/QJsonDocument:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp:50:
/usr/include/qt5/QtCore/qjsondocument.h:125:16: note: declared here
  125 |     QByteArray toBinaryData() const;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp: In member function ‘void QWebChannelWebKitTransport::receiveMessage(const char*, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp:67:51: warning: ‘static QJsonDocument QJsonDocument::fromRawData(const char*, int, DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
   67 |     QJsonDocument doc = QJsonDocument::fromRawData(message, size, QJsonDocument::BypassValidation);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt5/QtCore/qjsondocument.h:116:26: note: declared here
  116 |     static QJsonDocument fromRawData(const char *data, int size, DataValidation validation = Validate);
      |                          ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:23:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIPageConfiguration.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebdownloaditem.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APIPageConfiguration.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebloadrequest_p.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebloadrequest.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebloadrequest.cpp:20:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DefaultUndoController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/PageViewportController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebnavigationrequest_p.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebnavigationrequest.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebnavigationrequest.cpp:20:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp: In function ‘void javaScriptCallback(WKSerializedScriptValueRef, WKErrorRef, void*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:202:52: warning: ‘QJSEngine* QJSValue::engine() const’ is deprecated [-Wdeprecated-declarations]
  202 |                 var = buildQJSValue(function.engine(), context, value, /* depth */ 0);
      |                                     ~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtQml/qqmlcomponent.h:48,
                 from /usr/include/qt5/QtQuick/qquickitem.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickurlschemedelegate_p.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:25:
/usr/include/qt5/QtQml/qjsvalue.h:152:30: note: declared here
  152 |     QT_DEPRECATED QJSEngine *engine() const;
      |                              ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp: In member function ‘void QQuickWebViewPrivate::updateSchemeDelegates()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:964:34: warning: unused variable ‘scheme’ [-Wunused-variable]
  964 |         QQuickUrlSchemeDelegate* scheme = experimental->schemeDelegates_At(&schemes, i);
      |                                  ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp: In member function ‘void QQuickWebViewExperimental::setPreferredMinimumContentsWidth(int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:1212:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
 1212 |     if (width == webPreferences.layoutFallbackWidth())
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp: In static member function ‘static void QQuickWebViewExperimental::schemeDelegates_Append(QQmlListProperty*, QQuickUrlSchemeDelegate*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:1617:27: warning: unused variable ‘d’ [-Wunused-variable]
 1617 |     QQuickWebViewPrivate* d = webViewExperimental->d_func();
      |                           ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserScript.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/UserScript.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageGroupData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp: In member function ‘bool QWebKitTest::sendTouchEvent(QQuickWebView*, QEvent::Type, const QList&, ulong)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp:69:45: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::TouchPointState; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
   69 |     Qt::TouchPointStates touchPointStates = 0;
      |                                             ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GenericCallback.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DrawingAreaProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentCoders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/BackingStore.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:20:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GenericCallback.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DrawingAreaProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/PageViewportController.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp: In member function ‘void QWebPreferencesPrivate::setAttribute(WebAttribute, bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:130:47: warning: this statement may fall through [-Wimplicit-fallthrough=]
  130 |         WKPreferencesSetFrameFlatteningEnabled(preferencesRef, enable);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:131:5: note: here
  131 |     case DeveloperExtrasEnabled:
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/PageViewportController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/PageViewportController.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/WebPageProxyCoordinatedGraphics.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebInspectorServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/qt/WebInspectorServerQt.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Deque.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/qt/WebSocketServerQt.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/qt/WebSocketServerQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp: In member function ‘void WebKit::ProcessLauncher::launchProcess()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp:202:34: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
  202 |     webProcessOrSUIDHelper->start(commandLine);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/QProcess:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp:36:
/usr/include/qt5/QtCore/qprocess.h:168:10: note: declared here
  168 |     void start(const QString &command, OpenMode mode = ReadWrite);
      |          ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/plugins/PluginData.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PluginData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginInfoStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/qt/PluginProcessProxyQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/qt/PluginProcessProxyQt.cpp: In static member function ‘static bool WebKit::PluginProcessProxy::scanPlugin(const WTF::String&, WebKit::RawPluginMetaData&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/qt/PluginProcessProxyQt.cpp:210:18: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
  210 |     process.start(commandLine);
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/QProcess:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/qt/PluginProcessProxyQt.cpp:42:
/usr/include/qt5/QtCore/qprocess.h:168:10: note: declared here
  168 |     void start(const QString &command, OpenMode mode = ReadWrite);
      |          ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SQLiteDatabase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/StorageManager.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/StorageManager.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebsiteData/unix/WebsiteDataStoreUnix.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/StorageManager.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/gstreamer/InstallMissingMediaPluginsPermissionRequest.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/gstreamer/InstallMissingMediaPluginsPermissionRequest.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/gstreamer/WebPageProxyGStreamer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/BackingStoreQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/BackingStore.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/BackingStoreQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp:27:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/glib/GUniquePtr.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GUniquePtrGStreamer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GUniquePtrGStreamer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/gstreamer/InstallMissingMediaPluginsPermissionRequest.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/PageViewportController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp: In member function ‘virtual QVariant WebKit::PopupMenuItemModel::data(const QModelIndex&, int) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp:98:60: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   98 |     if (!index.isValid() || index.row() < 0 || index.row() >= m_items.size())
      |                                                ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp: In member function ‘void WebKit::PopupMenuItemModel::toggleItem(int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp:135:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  135 |     if (index < 0 || index >= m_items.size())
      |                      ~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp: In member function ‘void WebKit::PopupMenuItemModel::buildItems(const WTF::Vector&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp:169:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  169 |     for (int i = 0; i < webPopupItems.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.cpp:23:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandlerTask.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebURLSchemeHandler.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QrcSchemeHandler.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QrcSchemeHandler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtDialogRunner.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtDialogRunner.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtDialogRunner.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DefaultUndoController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtDialogRunner.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebError.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtDownloadManager.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/DialogContextObjects.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtDialogRunner.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/PageClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtPageClient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtPageClient.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtPinchGestureRecognizer.cpp: In member function ‘bool WebKit::QtPinchGestureRecognizer::update(const QTouchEvent::TouchPoint&, const QTouchEvent::TouchPoint&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtPinchGestureRecognizer.cpp:68:33: warning: this statement may fall through [-Wimplicit-fallthrough=]
   68 |         m_initialFingerDistance = currentFingerDistance;
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtPinchGestureRecognizer.cpp:72:5: note: here
   72 |     case GestureRecognized:
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebError.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebError.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebInspectorServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebContext.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/cpp/WKRetainPtr.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebContext.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtPageClient.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtPageClient.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/NativeWebKeyboardEvent.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/c/WKSharedAPICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.cpp: In member function ‘void WebKit::QtWebPagePolicyClient::decidePolicyForNavigationAction(const QUrl&, Qt::MouseButton, Qt::KeyboardModifiers, QQuickWebView::NavigationType, bool, WKFramePolicyListenerRef)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.cpp:59:5: warning: case value ‘254’ not in enumerated type ‘QQuickWebView::NavigationRequestAction’ [-Wswitch]
   59 |     case QQuickWebViewExperimental::DownloadRequest:
      |     ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebContext.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebContext.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageSGNode.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/TextCheckerCompletion.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/TextChecker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/TextCheckerQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageUIClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageUIClient.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:21:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DefaultUndoController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageUIClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebEditCommandProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DefaultUndoController.h:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebColorPickerQt.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebColorPickerQt.cpp:22:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DefaultUndoController.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebColorPickerQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebColorPicker.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebColorPickerQt.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebColorPickerQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ShareableBitmap.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ContextMenuContextData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebContextMenuProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebContextMenuProxyQt.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebContextMenuProxyQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebInspectorProxy.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebInspectorProxyQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebPageProxyQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPreferencesStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPreferences.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebPreferencesQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPopupMenuProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessPool.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebProcessPoolQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.cpp:27:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/qt/InjectedBundleQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/qt/PluginProxyQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/unix/NetscapePluginUnix.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/Netscape/NetscapePluginModule.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenu.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ContextMenuClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/Module.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DataTransfer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebDragClientQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebPopupMenuQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DataTransfer.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CompositingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebDragClientQt.cpp:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PlatformScreen.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PlatformScreen.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/DrawingArea.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CompositingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/gstreamer/WebPageGStreamer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/APIInjectedBundleFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorUI.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/qt/WebInspectorUIQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/APIInjectedBundleFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:40:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/qt/WebPageQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/APIInjectedBundleFormClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp: In function ‘QByteArray WebKit::convertJsonTextToBinary(const WTF::CString&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp:155:28: warning: ‘QByteArray QJsonDocument::toBinaryData() const’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
  155 |     return doc.toBinaryData();
      |            ~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtCore/QJsonDocument:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp:41:
/usr/include/qt5/QtCore/qjsondocument.h:125:16: note: declared here
  125 |     QByteArray toBinaryData() const;
      |                ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp: In member function ‘void WebKit::QtBuiltinBundlePage::didReceiveMessageToNavigatorQtWebChannelTransport(WKDataRef)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp:280:51: warning: ‘static QJsonDocument QJsonDocument::fromRawData(const char*, int, DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
  280 |     QJsonDocument doc = QJsonDocument::fromRawData(bytes, size, QJsonDocument::BypassValidation);
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt5/QtCore/qjsondocument.h:116:26: note: declared here
  116 |     static QJsonDocument fromRawData(const char *data, int size, DataValidation validation = Validate);
      |                          ^~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/qt/WebProcessMainQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/qt/WebProcessQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:102:51:   required from here
  102 |         String name = String("/WK2SharedMemory.") + String::number(static_cast(WTF::randomNumber() * (std::numeric_limits::max() + 1.0)));
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp: In static member function ‘static WTF::RefPtr WebKit::SharedMemory::allocate(size_t)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:110:59: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
  110 |         WTFLogAlways("Failed to create shared memory file %s: %s", tempName.data(), strerror(errno));
      |                                                           ^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp: In member function ‘bool IPC::Connection::sendOutgoingMessage(std::unique_ptr)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:536:42: warning: this statement may fall through [-Wimplicit-fallthrough=]
  536 |                 attachmentInfo[i].setSize(attachments[i].size());
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:538:13: note: here
  538 |             case Attachment::SocketType:
      |             ^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/DatabaseProcess/DatabaseProcess.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/DatabaseProcessMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/CustomProtocols/CustomProtocolManager.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CustomProtocolManagerMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebIDBConnectionToClientMessageReceiver.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoadParameters.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkConnectionToWebProcessMessages.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkConnectionToWebProcessMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkProcessMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoadParameters.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkConnectionToWebProcessMessages.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkResourceLoader.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkResourceLoaderMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginControllerProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginProcess.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginProcessMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/WebProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebProcessConnectionMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/ChildProcessMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkDataTask.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkSession.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Authentication/AuthenticationManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebConnectionMessages.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebConnectionMessageReceiver.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GenericCallback.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/DrawingAreaProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/DrawingAreaProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/LinkHash.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/LinkHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/VisitedLinkTable.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/VisitedLinkStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/VisitedLinkStoreMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceErrorBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceError.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceError.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/GenericCallback.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebCookieManagerProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebCookieManagerProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIError.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebInspectorProxy.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebInspectorProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebGeolocationManagerProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebIconDatabaseMessageReceiver.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebCookieManagerProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPasteboardProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPasteboardProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/AssistedNodeInformation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessPool.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebProcessPoolMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebProcessProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/DatabaseProcessProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIDictionary.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/SandboxExtension.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Downloads/DownloadProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/DownloadProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/API/APIObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/APISession.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebProcessProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Network/NetworkProcessProxy.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkProcessProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Arguments.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/Connection.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CustomProtocolManagerProxyMessages.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CustomProtocolManagerProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/ChildProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginProcessProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SQLiteDatabase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/StorageManager.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/StorageManagerMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebUserContentControllerProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebProcess.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebProcessMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebCookieManagerMessages.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebCookieManagerMessageReceiver.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/IDBConnectionToServer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Databases/IndexedDB/WebIDBConnectionToServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebIDBConnectionToServerMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebGeolocationManagerMessages.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebGeolocationManagerMessageReceiver.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabaseBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/IconDatabaseBase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebIconDatabaseProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/NetworkProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/NetworkProcessConnectionMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebNotificationManagerMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SharedBuffer.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/DataReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebResourceLoaderMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginProcessConnectionMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/ChildProcess.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginProcess.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginProcessConnectionManagerMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOrigin.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageAreaMap.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/StorageAreaMapMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/UserContent/WebUserContentController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebUserContentControllerMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/EventDispatcherMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/SharedMemory.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/VisitedLinkTableController.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/VisitedLinkTableControllerMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorFrontendChannel.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebInspectorMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/UserScript.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/UserScript.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPageGroupData.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPageGroupProxy.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageGroupProxyMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebEvent.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/APIInjectedBundlePageUIClient.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorUI.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebInspectorUIMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CoordinatedLayerTreeHostProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperation.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FilterOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CompositingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CoordinatedLayerTreeHostMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentDecoder.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/ArgumentCoders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessageReceiver.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/HandleMessage.h: In instantiation of ‘void IPC::callMemberFunctionImpl(C*, MF, ArgsTuple&&, std::index_sequence) [with C = WebKit::WebPage; MF = void (WebKit::WebPage::*)(long unsigned int, WebCore::DragData); ArgsTuple = std::tuple; long unsigned int ...ArgsIndex = {0, 1}]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/HandleMessage.h:22:27:   required from ‘void IPC::callMemberFunction(ArgsTuple&&, C*, MF) [with C = WebKit::WebPage; MF = void (WebKit::WebPage::*)(long unsigned int, WebCore::DragData); ArgsTuple = std::tuple; ArgsIndicies = std::make_index_sequence<2>]’
   22 |     callMemberFunctionImpl(object, function, std::forward(args), ArgsIndicies());
      |     ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/HandleMessage.h:92:23:   required from ‘void IPC::handleMessage(MessageDecoder&, C*, MF) [with T = Messages::WebPage::PerformDragControllerAction; C = WebKit::WebPage; MF = void (WebKit::WebPage::*)(long unsigned int, WebCore::DragData)]’
   92 |     callMemberFunction(WTFMove(arguments), object, function);
      |     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessageReceiver.cpp:816:75:   required from here
  816 |         IPC::handleMessage(decoder, this, &WebPage::performDragControllerAction);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/HandleMessage.h:16:24: warning: implicitly-declared ‘constexpr WebCore::DragData::DragData(const WebCore::DragData&)’ is deprecated [-Wdeprecated-copy]
   16 |     (object->*function)(std::get(std::forward(args))...);
      |     ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/DragData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:55:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DragData.h:121:15: note: because ‘WebCore::DragData’ has user-provided ‘WebCore::DragData& WebCore::DragData::operator=(const WebCore::DragData&)’
  121 |     DragData& operator =(const DragData& data)
      |               ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageSyncManager.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageSyncManager.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageNamespaceImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageNamespaceImpl.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageArea.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/StorageArea.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageAreaImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageAreaImpl.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SQLiteDatabase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageAreaSync.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageAreaSync.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageSyncManager.cpp:63:64:   required from here
   63 |     return pathByAppendingComponent(m_path, databaseIdentifier + ".localstorage");
      |                                             ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SQLiteDatabase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageTracker.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageTracker.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/IDBConnectionToServer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/InProcessIDBServer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/WebDatabaseProvider.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/WebDatabaseProvider.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/storage/StorageNamespaceProvider.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/StorageNamespaceProvider.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/WebStorageNamespaceProvider.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/WebStorageNamespaceProvider.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/WebCoreSupport/WebResourceLoadScheduler.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/WebCoreSupport/WebResourceLoadScheduler.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/LoaderStrategy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/LoaderStrategy.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/WebCoreSupport/WebResourceLoadScheduler.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOrigin.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebdatabase_p.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebdatabase.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Element.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Element.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebfullscreenrequest.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/JSAPIValueWrapper.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/APICast.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebelement.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/CallFrame.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/ArgList.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/Interpreter.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/JSCJSValueInlines.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SerializedScriptValue.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/HistoryItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebhistory_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebhistory.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroup.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PageGroup.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebhistoryinterface.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginDatabase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebplugindatabase.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderImage.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebelement.cpp:46:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebscriptworld.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheStorage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ApplicationCacheStorage.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebsecurityorigin.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebscriptworld_p.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebscriptworld.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/URL.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOriginHash.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SecurityOriginHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheStorage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ApplicationCacheStorage.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebsettings.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenuItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ContextMenu.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ContextMenu.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ContextMenuClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ContextMenuClientQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Position.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Position.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/VisiblePosition.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/VisiblePosition.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AXObjectCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/AXObjectCache.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/LayoutRect.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Position.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Position.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/VisiblePosition.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/VisiblePosition.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AXObjectCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/AXObjectCache.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/DragClientQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/TextChecking.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EditorClient.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/EditorClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/EditorClientQt.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/EditorClientQt.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp:45:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FloatPoint3D.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/LayoutRect.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp: In member function ‘virtual void WebCore::ChromeClientQt::attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp:627:53: warning: unused parameter ‘frame’ [-Wunused-parameter]
  627 | void ChromeClientQt::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)
      |                                              ~~~~~~~^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FormState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Document.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameNetworkingContext.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FrameNetworkingContext.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameNetworkingContextQt.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameNetworkingContextQt.cpp:21:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/StackVisitor.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/CallFrame.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/ArgList.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/Interpreter.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorInstance.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValueInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/JSCJSValueInlines.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SerializedScriptValue.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/HistoryItem.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/HistoryItem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/HistorySerialization.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/HistorySerialization.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FormState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/IconDatabaseClientQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:41,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Image.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Cursor.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Cursor.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Chrome.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/InitWebCoreQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormState.h:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/IconDatabaseClientQt.cpp: In member function ‘virtual void WebCore::IconDatabaseClientQt::didImportIconURLForPageURL(const WTF::String&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/IconDatabaseClientQt.cpp:60:69: warning: unused parameter ‘url’ [-Wunused-parameter]
   60 | void IconDatabaseClientQt::didImportIconURLForPageURL(const String& url)
      |                                                       ~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/IconDatabaseClientQt.cpp: In member function ‘virtual void WebCore::IconDatabaseClientQt::didChangeIconForPageURL(const WTF::String&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/IconDatabaseClientQt.cpp:69:66: warning: unused parameter ‘url’ [-Wunused-parameter]
   69 | void IconDatabaseClientQt::didChangeIconForPageURL(const String& url)
      |                                                    ~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Image.h:36:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp: In function ‘QString drtPrintFrameUserGestureStatus(WebCore::Frame*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:116:63: warning: unused parameter ‘frame’ [-Wunused-parameter]
  116 | static QString drtPrintFrameUserGestureStatus(WebCore::Frame* frame)
      |                                               ~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp: In member function ‘virtual bool WebCore::FrameLoaderClientQt::canShowMIMETypeAsHTML(const WTF::String&) const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:575:63: warning: unused parameter ‘MIMEType’ [-Wunused-parameter]
  575 | bool FrameLoaderClientQt::canShowMIMETypeAsHTML(const String& MIMEType) const
      |                                                 ~~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp: In member function ‘virtual void WebCore::FrameLoaderClientQt::setMainDocumentError(WebCore::DocumentLoader*, const WebCore::ResourceError&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:803:73: warning: unused parameter ‘loader’ [-Wunused-parameter]
  803 | void FrameLoaderClientQt::setMainDocumentError(WebCore::DocumentLoader* loader, const WebCore::ResourceError& error)
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp: In member function ‘virtual void WebCore::FrameLoaderClientQt::dispatchDidFailLoading(WebCore::DocumentLoader*, long unsigned int, const WebCore::ResourceError&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:1063:75: warning: unused parameter ‘loader’ [-Wunused-parameter]
 1063 | void FrameLoaderClientQt::dispatchDidFailLoading(WebCore::DocumentLoader* loader, unsigned long identifier, const WebCore::ResourceError& error)
      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/InitWebCoreQt.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorFrontendChannel.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/InspectorClientQt.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/InspectorClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/InspectorClientQt.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorFrontendChannel.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/InspectorClientQt.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/InspectorServerQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Document.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp:35:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationPermissionCallback.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/notifications/NotificationClient.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/NotificationClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CookiesStrategy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CookiesStrategy.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PlatformStrategiesQt.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PlatformStrategiesQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Position.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Position.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/VisiblePosition.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/VisiblePosition.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AXObjectCache.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/AXObjectCache.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashSet.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/CookiesStrategy.h:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventListenerMap.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Node.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Document.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ProgressTrackerClientQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PlatformStrategiesQt.cpp:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefCounted.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/PopupMenu.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/PopupMenu.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionCodePlaceholder.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WTFThreadData.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSLock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCell.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/JSAPIValueWrapper.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/APICast.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/JavaScriptCore/APICast.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameData.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameData.cpp:22:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ProgressTrackerClientQt.cpp: In member function ‘virtual void WebCore::ProgressTrackerClientQt::progressStarted(WebCore::Frame&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ProgressTrackerClientQt.cpp:57:23: warning: unused variable ‘frame’ [-Wunused-variable]
   57 |     QWebFrameAdapter* frame = QWebFrameAdapter::kit(&originatingProgressFrame);
      |                       ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameData.h:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp: In member function ‘virtual void WebCore::PopupMenuQt::show(const WebCore::IntRect&, WebCore::FrameView*, int)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp:91:66: warning: unused parameter ‘index’ [-Wunused-parameter]
   91 | void PopupMenuQt::show(const IntRect& rect, FrameView* view, int index)
      |                                                              ~~~~^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTraits.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSAPIValueWrapper.h:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.cpp:25:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextureMapperLayerClientQt.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:52:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FloatPoint3D.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp: In member function ‘void QWebFrameAdapter::renderRelativeCoords(QPainter*, int, const QRegion&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:501:39: warning: ‘QVector QRegion::rects() const’ is deprecated: Use begin()/end() instead [-Wdeprecated-declarations]
  501 |     QVector vector = clip.rects();
      |                             ~~~~~~~~~~^~
In file included from /usr/include/qt5/QtGui/qmatrix.h:45,
                 from /usr/include/qt5/QtGui/qtransform.h:43,
                 from /usr/include/qt5/QtGui/qimage.h:48,
                 from /usr/include/qt5/QtGui/qpixmap.h:49,
                 from /usr/include/qt5/QtGui/QPixmap:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:22:
/usr/include/qt5/QtGui/qregion.h:125:20: note: declared here
  125 |     QVector rects() const;
      |                    ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp: In member function ‘void QWebFrameAdapter::renderFrameExtras(WebCore::GraphicsContext&, int, const QRegion&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:552:39: warning: ‘QVector QRegion::rects() const’ is deprecated: Use begin()/end() instead [-Wdeprecated-declarations]
  552 |     QVector vector = clip.rects();
      |                             ~~~~~~~~~~^~
/usr/include/qt5/QtGui/qregion.h:125:20: note: declared here
  125 |     QVector rects() const;
      |                    ^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/BackForwardController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/BackForwardController.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontFeatureSettings.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontDescription.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FontDescription.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontCascade.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsContext.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QtPrintContext.cpp:24:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/DashArray.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/SearchPopupMenu.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/SearchPopupMenu.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/SearchPopupMenuQt.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/SearchPopupMenuQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/SearchPopupMenuQt.cpp: In member function ‘virtual void WebCore::SearchPopupMenuQt::saveRecentSearches(const WTF::AtomicString&, const WTF::Vector&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/SearchPopupMenuQt.cpp:37:69: warning: unused parameter ‘name’ [-Wunused-parameter]
   37 | void SearchPopupMenuQt::saveRecentSearches(const WTF::AtomicString& name, const Vector&)
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/SearchPopupMenuQt.cpp: In member function ‘virtual void WebCore::SearchPopupMenuQt::loadRecentSearches(const WTF::AtomicString&, WTF::Vector&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/SearchPopupMenuQt.cpp:41:69: warning: unused parameter ‘name’ [-Wunused-parameter]
   41 | void SearchPopupMenuQt::loadRecentSearches(const WTF::AtomicString& name, Vector&)
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextCheckerClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/TextCheckerClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextCheckerClientQt.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextCheckerClientQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Animation.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextureMapperLayerClientQt.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextureMapperLayerClientQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
  318 |     virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
      |                                                                          ^
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
   53 |     FloatPoint3D(const FloatPoint3D& p)
      |     ^~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/animation/Animation.h:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringHash.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/LinkHash.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/LinkHash.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/VisitedLinkStoreQt.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/VisitedLinkStoreQt.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServerDelegate.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/IDBConnectionToServer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/InProcessIDBServer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/WebDatabaseProvider.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebDatabaseProviderQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextureMapperLayerClientQt.cpp: In member function ‘void WebCore::TextureMapperLayerClientQt::markForSync(bool)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextureMapperLayerClientQt.cpp:51:51: warning: unused parameter ‘scheduleSync’ [-Wunused-parameter]
   51 | void TextureMapperLayerClientQt::markForSync(bool scheduleSync)
      |                                              ~~~~~^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp: In constructor ‘WebCore::WebKitPlatformTouchEvent::WebKitPlatformTouchEvent(QTouchEvent*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘None’ not handled in switch [-Wswitch]
  174 |     switch (event->type()) {
      |            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Timer’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MouseButtonPress’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MouseButtonRelease’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MouseButtonDblClick’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MouseMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘KeyPress’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘KeyRelease’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘FocusIn’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘FocusOut’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘FocusAboutToChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Enter’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Leave’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Paint’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Move’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Resize’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Create’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Destroy’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Show’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Hide’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Close’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Quit’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ParentChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ParentAboutToChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ThreadChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WindowActivate’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WindowDeactivate’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ShowToParent’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘HideToParent’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Wheel’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WindowTitleChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WindowIconChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationWindowIconChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationFontChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationLayoutDirectionChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationPaletteChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘PaletteChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Clipboard’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Speech’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MetaCall’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘SockAct’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WinEventAct’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘DeferredDelete’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘DragEnter’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘DragMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘DragLeave’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Drop’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘DragResponse’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ChildAdded’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ChildPolished’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ChildRemoved’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ShowWindowRequest’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘PolishRequest’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Polish’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘LayoutRequest’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘UpdateRequest’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘UpdateLater’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘EmbeddingControl’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ActivateControl’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘DeactivateControl’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ContextMenu’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘InputMethod’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘TabletMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘LocaleChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘LanguageChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘LayoutDirectionChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Style’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘TabletPress’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘TabletRelease’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘OkRequest’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘HelpRequest’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘IconDrag’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘FontChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘EnabledChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ActivationChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘StyleChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘IconTextChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ModifiedChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MouseTrackingChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WindowBlocked’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WindowUnblocked’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WindowStateChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ReadOnlyChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ToolTip’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WhatsThis’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘StatusTip’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ActionChanged’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ActionAdded’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ActionRemoved’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘FileOpen’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Shortcut’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ShortcutOverride’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WhatsThisClicked’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ToolBarChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationActivate’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationActivated’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationDeactivate’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationDeactivated’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘QueryWhatsThis’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘EnterWhatsThisMode’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘LeaveWhatsThisMode’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ZOrderChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘HoverEnter’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘HoverLeave’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘HoverMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘AcceptDropsChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ZeroTimerEvent’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneMouseMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneMousePress’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneMouseRelease’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneMouseDoubleClick’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneContextMenu’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneHoverEnter’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneHoverMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneHoverLeave’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneHelp’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneDragEnter’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneDragMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneDragLeave’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneDrop’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneWheel’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘KeyboardLayoutChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘DynamicPropertyChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘TabletEnterProximity’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘TabletLeaveProximity’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘NonClientAreaMouseMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘NonClientAreaMouseButtonPress’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘NonClientAreaMouseButtonRelease’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘NonClientAreaMouseButtonDblClick’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MacSizeChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ContentsRectChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MacGLWindowChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘FutureCallOut’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneResize’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GraphicsSceneMove’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘CursorChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ToolTipChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘NetworkReplyUpdated’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GrabMouse’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘UngrabMouse’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GrabKeyboard’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘UngrabKeyboard’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MacGLClearDrawable’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘StateMachineSignal’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘StateMachineWrapped’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘NativeGesture’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘RequestSoftwareInputPanel’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘CloseSoftwareInputPanel’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WinIdChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Gesture’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘GestureOverride’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ScrollPrepare’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Scroll’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Expose’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘InputMethodQuery’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘OrientationChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ThemeChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘SockClose’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘PlatformPanel’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘StyleAnimationUpdate’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ApplicationStateChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘WindowChangeInternal’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘ScreenChangeInternal’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘PlatformSurface’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘Pointer’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘TabletTrackingChange’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘User’ not handled in switch [-Wswitch]
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/WebEventConversion.cpp:174:12: warning: enumeration value ‘MaxUser’ not handled in switch [-Wswitch]
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginDatabase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginDatabase.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginDebug.cpp:30:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginStream.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginStream.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequestBase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoadRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FrameLoadRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginStream.cpp:156:91:   required from here
  156 |         String statusLine = "HTTP " + String::number(m_resourceResponse.httpStatusCode()) + " OK\n";
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = const char*; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = const char*]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginStream.cpp:156:91:   required from here
  156 |         String statusLine = "HTTP " + String::number(m_resourceResponse.httpStatusCode()) + " OK\n";
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Event.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geoposition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geolocation.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Geolocation.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderBox.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:61:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29:
In member function ‘void WTF::StringHasher::addCharactersAssumingAligned(const T*, unsigned int) [with T = char16_t; UChar (* Converter)(T) = WTF::StringHasher::defaultConverter]’,
    inlined from ‘static unsigned int WTF::StringHasher::computeHashAndMaskTop8Bits(const T*, unsigned int) [with T = char16_t; UChar (* Converter)(T) = WTF::StringHasher::defaultConverter]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Hasher.h:196:58,
    inlined from ‘static unsigned int WTF::StringHasher::computeHashAndMaskTop8Bits(const T*, unsigned int) [with T = char16_t]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Hasher.h:209:63,
    inlined from ‘static unsigned int WTF::StringHasher::hashMemory(const void*, unsigned int)’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Hasher.h:247:49,
    inlined from ‘static unsigned int WTF::StringHasher::hashMemory(const void*) [with long unsigned int length = 16]’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Hasher.h:253:26,
    inlined from ‘unsigned int WebCore::PluginPackage::hash() const’ at /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.cpp:445:55:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Hasher.h:100:76: warning: ‘hashCodes’ is used uninitialized [-Wuninitialized]
  100 |             addCharactersAssumingAligned(Converter(data[0]), Converter(data[1]));
      |                                                                        ~~~~^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.cpp: In member function ‘unsigned int WebCore::PluginPackage::hash() const’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.cpp:440:7: note: ‘hashCodes’ declared here
  440 |     } hashCodes;
      |       ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Event.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Event.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Coordinates.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geoposition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/geolocation/Geolocation.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Geolocation.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/GeolocationPermissionClientQt.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/GeolocationPermissionClientQt.cpp:32:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:1093:56:   required from here
 1093 |                 headerFields.set(lastKey, currentValue + newValue);
      |                                           ~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:1119:45:   required from here
 1119 |                     value = oldValue + ", " + value;
      |                             ~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/GeolocationPermissionClientQt.cpp: In member function ‘void WebCore::GeolocationPermissionClientQt::cancelGeolocationPermissionRequestForFrame(QWebFrameAdapter*, WebCore::Geolocation*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/GeolocationPermissionClientQt.cpp:72:121: warning: unused parameter ‘listener’ [-Wunused-parameter]
   72 | void GeolocationPermissionClientQt::cancelGeolocationPermissionRequestForFrame(QWebFrameAdapter* webFrame, Geolocation* listener)
      |                                                                                                            ~~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = String; StringType2 = const char*]’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::String; StringType2 = const char*]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38:   required from ‘WTF::String WTF::StringTypeAdapter >::toString() const [with StringType1 = WTF::String; StringType2 = const char*]’
  100 |     String toString() const { return m_buffer; }
      |                                      ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33:   required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend; StringType2 = String]’
  277 |         return adapter1.toString();
      |                ~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38:   required from ‘WTF::StringAppend::operator WTF::String() const [with StringType1 = WTF::StringAppend; StringType2 = WTF::String]’
   38 |         String result = tryMakeString(m_string1, m_string2);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:1119:45:   required from here
 1119 |                     value = oldValue + ", " + value;
      |                             ~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/Page.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/npapi.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Plugins/PluginPackageQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobDataFileReference.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/BlobData.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/ResourceRequestBase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequestBase.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/ResourceRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ResourceRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoadRequest.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FrameLoadRequest.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Plugins/PluginViewQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  503 |     StringTypeAdapter(StringView string)
      |                                   ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   53 |     StringTypeAdapter(char character)
      |                            ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   80 |     StringTypeAdapter(UChar character)
      |                              ^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  227 |     StringTypeAdapter(const String& string)
      |                              ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   88 |     StringTypeAdapter>(StringAppend& buffer)
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/LayoutRect.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/LayoutRect.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:27:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:37:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
   47 |     WTF_MAKE_NONCOPYABLE(WeakReference);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
   26 |         ClassName(const ClassName&) = delete; \
      |                  ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
  117 |     WTF_MAKE_NONCOPYABLE(WeakPtrFactory);
      |     ^~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Plugins/PluginViewQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setKerning(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:249:38: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  249 |             text.access()->kerning = obj;
      |                                      ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h: In member function ‘void WebCore::SVGRenderStyle::setBaselineShiftValue(const WebCore::SVGLength&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:285:49: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  285 |             misc.access()->baselineShiftValue = obj;
      |                                                 ^~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:186:71: note: in expansion of macro ‘WTFMove’
  186 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:187:71: note: in expansion of macro ‘WTFMove’
  187 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in expansion of macro ‘WTFMove’
  188 |     void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
      |                                                          ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in expansion of macro ‘WTFMove’
  217 |     void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in expansion of macro ‘WTFMove’
  218 |     void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTFMove(centerY); }
      |                                                                       ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in expansion of macro ‘WTFMove’
  219 |     void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTFMove(radiusX); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h: In member function ‘void WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in expansion of macro ‘WTFMove’
  220 |     void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTFMove(radiusY); }
      |                                                             ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Plugins/PluginViewQt.cpp: In member function ‘void WebCore::PluginView::setNPWindowIfNeeded()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Plugins/PluginViewQt.cpp:543:47: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  543 |         if (!m_isWindowed || m_npWindow.width == -1 || m_npWindow.height == -1) {
      |                              ~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Plugins/PluginViewQt.cpp:543:74: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  543 |         if (!m_isWindowed || m_npWindow.width == -1 || m_npWindow.height == -1) {
      |                                                        ~~~~~~~~~~~~~~~~~~^~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/plugin.cpp:29:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/plugin.cpp:20:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquicknetworkreply_p.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/experimental/plugin.cpp:26:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/experimental/plugin.cpp:20:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebkitglobal.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/qwebkitglobal.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/../bytearraytestdata.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:20:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:23:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  378 |     void findText(const QString& string, FindFlags options = 0);
      |                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebkitglobal.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/qwebkitglobal.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/../bytearraytestdata.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:20:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetApi/qwebpage.cpp: In function ‘QSize queryDeviceSizeForScreenContainingWidget(const QWidget*)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetApi/qwebpage.cpp:2094:42: warning: ‘const QRect QDesktopWidget::availableGeometry(int) const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
 2094 |         size = desktop->availableGeometry().size();
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtWidgets/QDesktopWidget:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetApi/qwebpage.cpp:52:
/usr/include/qt5/QtWidgets/qdesktopwidget.h:88:67: note: declared here
   88 |     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect availableGeometry(int screen = -1) const;
      |                                                                   ^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetSupport/QStyleFacadeImp.cpp: In member function ‘virtual void WebKit::QStyleFacadeImp::paintProgressBar(QPainter*, const WebCore::QStyleFacadeOption&, double, double)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetSupport/QStyleFacadeImp.cpp:409:80: warning: ‘const QBrush& QPalette::background() const’ is deprecated: Use QPalette::window() instead [-Wdeprecated-declarations]
  409 |         QColor color = (option.palette.highlight() == option.palette.background()) ? option.palette.color(QPalette::Active, QPalette::Highlight) : option.palette.color(QPalette::Highlight);
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtGui/QPalette:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/QStyleFacade.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetSupport/QStyleFacadeImp.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetSupport/QStyleFacadeImp.cpp:26:
/usr/include/qt5/QtGui/qpalette.h:149:26: note: declared here
  149 |     inline const QBrush &background() const { return window(); }
      |                          ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetSupport/QStyleFacadeImp.cpp: In member function ‘virtual void WebKit::QStyleFacadeImp::paintScrollBar(QPainter*, const WebCore::QStyleFacadeOption&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetSupport/QStyleFacadeImp.cpp:468:55: warning: ‘const QBrush& QPalette::background() const’ is deprecated: Use QPalette::window() instead [-Wdeprecated-declarations]
  468 |     painter->fillRect(opt.rect, opt.palette.background());
      |                                 ~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt5/QtGui/qpalette.h:149:26: note: declared here
  149 |     inline const QBrush &background() const { return window(); }
      |                          ^~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qobjectbridge/tst_qobjectbridge.cpp: In member function ‘void MyQObject::myInvokableWithDefaultArgs(int, const QString&)’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qobjectbridge/tst_qobjectbridge.cpp:400:68: warning: ‘QVariant qVariantFromValue(const T&) [with T = QString]’ is deprecated: Use QVariant::fromValue() instead. [-Wdeprecated-declarations]
  400 |         m_actuals << QVariant::fromValue(arg1) << qVariantFromValue(arg2);
      |                                                   ~~~~~~~~~~~~~~~~~^~~~~~
In file included from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
                 from /usr/include/qt5/QtCore/QtCore:10,
                 from /usr/include/qt5/QtTest/QtTestDepends:3,
                 from /usr/include/qt5/QtTest/QtTest:3,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qobjectbridge/tst_qobjectbridge.cpp:20:
/usr/include/qt5/QtCore/qvariant.h:530:17: note: declared here
  530 | inline QVariant qVariantFromValue(const T &t)
      |                 ^~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qgraphicswebview/tst_qgraphicswebview.cpp: In member function ‘void tst_QGraphicsWebView::widgetsRenderingThroughCache()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qgraphicswebview/tst_qgraphicswebview.cpp:190:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  190 |     QTest::qWaitForWindowExposed(widget);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/qt5/QtTest/qtestsystem.h:50,
                 from /usr/include/qt5/QtTest/qtest.h:451,
                 from /usr/include/qt5/QtTest/QtTest:11,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qgraphicswebview/tst_qgraphicswebview.cpp:21:
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qgraphicswebview/tst_qgraphicswebview.cpp: In member function ‘void tst_QGraphicsWebView::setPalette()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qgraphicswebview/tst_qgraphicswebview.cpp:416:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  416 |     QTest::qWaitForWindowExposed(&view1);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qgraphicswebview/tst_qgraphicswebview.cpp:420:37: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  420 |         QTest::qWaitForWindowExposed(&controlView);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qgraphicswebview/tst_qgraphicswebview.cpp:471:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  471 |     QTest::qWaitForWindowExposed(&view2);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qgraphicswebview/tst_qgraphicswebview.cpp:475:37: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  475 |         QTest::qWaitForWindowExposed(&controlView);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp: In member function ‘void tst_QWebFrame::popupFocus()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:614:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  614 |     QTest::qWaitForWindowExposed(&view);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /usr/include/qt5/QtTest/qtestsystem.h:50,
                 from /usr/include/qt5/QtTest/qtest.h:451,
                 from /usr/include/qt5/QtTest/QtTest:11,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:21:
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:620:46: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  620 |     QTest::mouseClick(&view, Qt::LeftButton, 0, webCombo.geometry().center());
      |                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /usr/include/qt5/QtCore/QtCore:4,
                 from /usr/include/qt5/QtTest/QtTestDepends:3,
                 from /usr/include/qt5/QtTest/QtTest:3:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp: In member function ‘void tst_QWebFrame::inputFieldFocus()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:638:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  638 |     QTest::qWaitForWindowExposed(&view);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:650:46: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  650 |     QTest::mouseClick(&view, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                              ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp: In constructor ‘DummyPaintEngine::DummyPaintEngine()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:795:11: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = QPainter::RenderHint; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  795 |         , renderHints(0)
      |           ^~~~~~~~~~~~~~
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp: In member function ‘void tst_QWebFrame::evaluateWillCauseRepaint()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:1043:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
 1043 |     QTest::qWaitForWindowExposed(&view);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp: In member function ‘void tst_QWebView::reusePage()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:154:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  154 |     QTest::qWaitForWindowExposed(view1);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /usr/include/qt5/QtTest/qtestsystem.h:50,
                 from /usr/include/qt5/QtTest/qtest.h:451,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:22:
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:161:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  161 |     QTest::qWaitForWindowExposed(view2);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp: In member function ‘void tst_QWebView::focusInputTypes()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:240:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  240 |     QTest::qWaitForWindowExposed(&webView);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:251:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  251 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /usr/include/qt5/QtTest/qttestglobal.h:43,
                 from /usr/include/qt5/QtTest/qtest.h:44:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:257:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  257 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:263:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  263 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:269:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  269 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:275:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  275 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:281:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  281 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:287:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  287 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:293:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  293 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:299:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  299 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:305:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  305 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp: In member function ‘void tst_QWebView::horizontalScrollbarTest()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:315:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  315 |     QTest::qWaitForWindowExposed(&webView);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:327:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  327 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, QPoint(550, 595));
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:331:49: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  331 |     QTest::mouseClick(&webView, Qt::LeftButton, 0, QPoint(20, 595));
      |                                                 ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp: In member function ‘void tst_QWebView::setPalette()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:392:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  392 |     QTest::qWaitForWindowExposed(&view1);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:396:37: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  396 |         QTest::qWaitForWindowExposed(&controlView);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:439:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  439 |     QTest::qWaitForWindowExposed(&view2);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:443:37: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  443 |         QTest::qWaitForWindowExposed(&controlView);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp: In member function ‘void tst_QWebView::renderingAfterMaxAndBack()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:481:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  481 |     QTest::qWaitForWindowExposed(&view);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:502:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  502 |     QTest::qWaitForWindowExposed(&view);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/tst_qwebpage.cpp: In member function ‘void tst_QWebPage::domainSpecificKeyEvent()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/tst_qwebpage.cpp:306:33: warning: ignoring return value of ‘bool QTest::qWaitForWindowExposed(QWidget*, int)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  306 |     QTest::qWaitForWindowExposed(&webView);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /usr/include/qt5/QtTest/qtestsystem.h:50,
                 from /usr/include/qt5/QtTest/qtest.h:451,
                 from /usr/include/qt5/QtTest/QtTest:11,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/tst_qwebpage.cpp:34:
/usr/include/qt5/QtWidgets/qtestsupport_widgets.h:51:41: note: declared here
   51 | Q_WIDGETS_EXPORT Q_REQUIRED_RESULT bool qWaitForWindowExposed(QWidget *widget, int timeout = 5000);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/tst_qwebpage.cpp: In member function ‘void tst_QWebPage::backActionUpdate()’:
/var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/tst_qwebpage.cpp:1660:46: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
 1660 |     QTest::mouseClick(&view, Qt::LeftButton, 0, QPoint(10, 10));
      |                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /usr/include/qt5/QtCore/qnamespace.h:43,
                 from /usr/include/qt5/QtCore/qobjectdefs.h:48,
                 from /usr/include/qt5/QtCore/qobject.h:46,
                 from /usr/include/qt5/QtCore/qeventloop.h:43,
                 from /usr/include/qt5/QtCore/QEventLoop:1,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/../util.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-34/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/tst_qwebpage.cpp:22:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~